Queerscriptors.org/templates/meta.html

19 lines
908 B
HTML
Raw Normal View History

2021-08-18 00:13:13 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>{{ this.title }}</title>
2021-08-18 13:56:17 +00:00
<!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />-->
2021-08-18 00:13:13 +00:00
<!-- Font Awesome icons (free version)-->
<script src="{{ 'js/fontawesome.js'|url }}"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="{{ 'css/styles.css'|url }}" rel="stylesheet" />
</head>
<body id="page-top">