-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.38 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.38 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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Akele Belay</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/modern-normalize.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/src/styles/style.css" />
<link rel="icon" href="favicon.png">
<meta name="theme-color" content="">
</head>
<body>
<div id="fadein"></div>
<nav class="nav" id="nav">
<ul>
<li style="float:left"><img src="/images//akelerm.png" height="50px" width="50px"/></li>
<li style="float:left"><a href="#Home" class="active">Home</a></li>
<li><a href="#sign-up">Sign Up</a></li>
<li> <a href="#sign-in">Sign In</a></li>
</ul>
</nav>
<div class="main">
<h1>Hello, world! I am coming for you!</h1>
<p>I am learning JavaScript you idiot, I will do this for so long.</p>
</div>
<diV class="main2">
<h2 id="truth">I am I taller guy?</h2>
<h3 id="bmi">I will come to this with JavaScript</h3>
</diV>
<div id="gs">
<h3 class="guess">Guess a number</h3>
<button onclick ="guess_num2()">
Click Here
</button>
</div>
<script src="/src/script/app.js"></script>
<script src="/src/script/main.js"></script>
<script src="/src/script/typeconv.js"></script>
</body>
</html>