lots of changes
This commit is contained in:
parent
304d0ccb96
commit
f7fd3b99a4
60 changed files with 3029 additions and 878 deletions
23
views/index.hbs
Normal file
23
views/index.hbs
Normal file
|
@ -0,0 +1,23 @@
|
|||
<body class="wrapper">
|
||||
<div id="main">
|
||||
|
||||
<div class="center">
|
||||
<img src="/assets/images/icon.png" alt="Thaldrin's Icon" class="icon"><h1 class="title rainbow_text_animated" id="title">{{title}}</h1>
|
||||
<span class="subtitle">{{subtitle}}<br></span>
|
||||
<divide></divide>
|
||||
<span><button class="source"><a href="{{bot.source}}" target="_blank"><i>Source code</i></a></button></span>
|
||||
<span><button class="invite"><a href="{{bot.invite}}" target="_blank"><i>Invite Me!</i></a></button></span>
|
||||
<span><button class="support"><a href="{{bot.support}}" target="_blank"><i>Support Server</i></a></button></span>
|
||||
<divide><divide/>
|
||||
<div class="Stats">
|
||||
<span id="messages">Channels - {{bot.channels}}</span><br>
|
||||
<span id="servers">Servers - {{bot.guilds}}</span><br>
|
||||
<span id="users">Users - {{bot.users}}</span><br>
|
||||
<span id="commands">Commands - {{bot.commands}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
43
views/layouts/main.hbs
Normal file
43
views/layouts/main.hbs
Normal file
|
@ -0,0 +1,43 @@
|
|||
<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/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="#e4778d">
|
||||
<meta property="og:title" content="Foxy">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://fk.ci">
|
||||
{{!-- <meta property="og:image"
|
||||
content="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png">
|
||||
--}} <meta property="og:description" content="This is a Link shortener for commish.me!">
|
||||
|
||||
|
||||
<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