-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 832 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="script.js"></script>
<!-- Begin visible -->
<div class="content">
<div class="body">
<div>
<header class="logo">
<h1 class="title">Independency</h1>
<h3 class="tagline">It's under control.</h3>
</header>
<h2 class="greeting">Hello, <Name>!</h2>
<span class="homelink"><a href="">Budgeting</a></span>
<span class="homelink"><a href="">Wellness</a></span>
<span class="homelink"><a href="">Nutrition</a></span>
<span class="homelink"><a href="">Options</a></span>
</div>
</div>
</div>
</body>
</html>