init
This commit is contained in:
commit
6f427d4a22
20 changed files with 5508 additions and 0 deletions
26
views/home.ejs
Normal file
26
views/home.ejs
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Embedder</title>
|
||||
<link rel="stylesheet" href="/css/base.css">
|
||||
<link rel="stylesheet" href="/css/index.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
</head>
|
||||
<body>
|
||||
<section class="todohome">
|
||||
<header>
|
||||
<h1>Embedder</h1>
|
||||
</header>
|
||||
<section>
|
||||
<h2>A media host specialized in good looking embeds for services like Discord</h2>
|
||||
<a class="button" href="/login">Sign in</a>
|
||||
</section>
|
||||
</section>
|
||||
<footer class="info">
|
||||
<p><a href="https://l.nekomimi.pet/project">Created by Wavering Ana</a></p>
|
||||
<p><a href="https://github.com/WaveringAna/Embedder">Github</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue