Skip to content

Commit bffefea

Browse files
committed
Add index template
1 parent e36d737 commit bffefea

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

templates/index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!-- Made by @bentettmar -->
2+
3+
<!DOCTYPE html>
4+
<html lang="en">
5+
<head>
6+
<title>discord img host made by @bentettmar</title>
7+
8+
<meta charset="utf-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:title" content="discord img host made by @bentettmar">
13+
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/983401309384364052/984122153056219146/are_you_single.png">
14+
<meta name="theme-color" content="#2F3136">
15+
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css">
17+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
18+
19+
<style>
20+
body, html {
21+
height: 100%;
22+
}
23+
24+
body {
25+
background-color: #17191c;
26+
margin: 10px;
27+
overflow: hidden;
28+
}
29+
30+
.center {
31+
height: 100%;
32+
display: flex;
33+
justify-content: center;
34+
align-items: center;
35+
}
36+
37+
.welcome-card {
38+
max-width: 30ch;
39+
}
40+
</style>
41+
</head>
42+
<body class="text-white">
43+
<div class="center">
44+
<div class="card bg-dark welcome-card">
45+
<div class="card-header">
46+
<h5 class="text-center my-2">discord img host made by <a href="https://github.com/bentettmar">@bentettmar</a></h5>
47+
</div>
48+
<div class="card-body">
49+
<img src="https://cdn.discordapp.com/attachments/983401309384364052/984122153056219146/are_you_single.png" class="img-fluid rounded">
50+
<a href="/register" class="btn btn-secondary w-100 mt-2">get access</a>
51+
</div>
52+
</div>
53+
</div>
54+
</body>
55+
</html>

0 commit comments

Comments
 (0)