widget page
This commit is contained in:
parent
9500bc3a45
commit
5eb34f8a86
7 changed files with 175 additions and 26 deletions
|
@ -5,31 +5,19 @@
|
|||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible">
|
||||
<title>{{title}} | {{subtitle}}</title>
|
||||
{{!-- <script src="../assets/js/main.js" async defer></script> --}}
|
||||
{{!-- <script src="../assets/js/main.js" async defer></script> --}}
|
||||
<link rel="stylesheet" type="text/css" href="./assets/css/main.css" />
|
||||
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
|
||||
|
||||
{{!--
|
||||
<link rel="manifest" href="./assets/json/manifest.json">
|
||||
<script type="text/javascript" src="./assets/js/dropdown.js"></script> --}}
|
||||
|
||||
|
||||
|
||||
<meta name="theme-color" content="#ff995d">
|
||||
<meta property="og:title" content="Thaldrin">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://thaldr.in">
|
||||
{{!-- <meta property="og:image"
|
||||
content="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png">
|
||||
--}} <meta property="og:description" content="Home of Thaldrin">
|
||||
<meta property="og:description" content="Home of Thaldrin">
|
||||
|
||||
|
||||
<link rel="icon" type="image/png"
|
||||
href="/assets/images/icon.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png"
|
||||
href="/assets/images/icon.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180"
|
||||
href="/assets/images/icon.png">
|
||||
<link rel="icon" type="image/png" href="/assets/images/icon.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/images/icon.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/icon.png">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
|
31
views/layouts/widgets.hbs
Normal file
31
views/layouts/widgets.hbs
Normal file
|
@ -0,0 +1,31 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible">
|
||||
<title>{{title}} | {{subtitle}}</title>
|
||||
{{!-- <script src="../assets/js/main.js" async defer></script> --}}
|
||||
<link rel="stylesheet" type="text/css" href="./assets/css/widget.css" />
|
||||
|
||||
<meta name="theme-color" content="#ff995d">
|
||||
<meta property="og:title" content="Thaldrin">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://thaldr.in">
|
||||
<meta property="og:description" content="Home of Thaldrin">
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/assets/images/icon.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/images/icon.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/icon.png">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{{body}}}
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue