-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.19 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.19 KB
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
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/styles.css">
<link rel="stylesheet" href="./style/global.css">
<title>Daily System</title>
</head>
<body>
<div class="container">
<nav class="nav">
<h1 class="creator-name">3byss</h1>
<h1>Get your Daily challenge!</h1>
<ul class="nav-bar">
<li><a href="#">Home</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">About</a></li>
<li><a href="#">GitHub</a></li>
</ul>
</nav>
<div class="wrapper">
<div class="information">
<h3>Information</h3>
<p>This is a daily System website which you can log into for something to do that is completely random from <span class="info-span">questions, jokes, quotes, and maybe even a game!</span> That you can complete!</p>
<a href="./public/get-challenge.html"><button class="get-challenge-btn">Get your challenge!</button></a>
</div>
</div>
</div>
</body>
</html>