-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.26 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
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Empty Character Website</title>
<!-- Link to Bootstrap CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.2/css/bootstrap.min.css">
<!-- Link to custom CSS for dark mode -->
<link rel="stylesheet" href="styles.css">
</head>
<body class="bg-dark text-white">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="text-center my-5">Empty Character Website</h1>
</div>
</div>
<div class="row">
<div class="col-12">
<a href="https://overloadedtech.github.io/EmptyCharacterWebsite/Empty%20Character%20Site/" class="btn btn-primary w-100 mb-3">Empty Character Site</a>
</div>
</div>
<div class="row">
<div class="col-12">
<a href="https://overloadedtech.github.io/EmptyCharacterWebsite/Empty%20Character%20Privacy%20Policy%20Site/" class="btn btn-primary w-100 mb-3">Empty Character Privacy Policy Site</a>
</div>
</div>
</div>
<!-- Link to Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.2/js/bootstrap.min.js"></script>
</body>
</html>