-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<title>IHaveNoIdeasForAProjectName</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body id="app">
<div class="position-absolute top-50 start-50 translate-middle text-center justify-content-center">
<small class="text-muted fw-bold h4" style="letter-spacing: 5px;"><b>IHAVENOIDEASFORAPROJECTNAME</b></small>
<h1 class="fw-bold display-3">A revolutionary thingy</h1>
<h4>That can possibly change the world</h4>
<span class="hstack gap-3 justify-content-center">
<a href="https://github.com/IHaveNoIdeasForAProjectName" class="btn btn-lg btn-primary">Learn more</a>
</span>
</div>
<div class="position-absolute bottom-0 start-50 translate-middle text-center">
<small class="text-muted h6">This project is licenced under the <a href="https://opensource.org/licenses/MIT" class="text-decoration-none">MIT Licence</a></small>
</div>
</body>
</html>