Files
firestuff/include/page-head.html
2019-04-14 19:03:54 +00:00

11 lines
366 B
HTML

<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<style>
<!--# include file="style.css" -->
</style>
<title><!--# echo var="title" default="where the flamingcow roams" --></title>
</head>