-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (52 loc) · 2.3 KB
/
index.html
File metadata and controls
74 lines (52 loc) · 2.3 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!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.css">
<link rel="icon" href="./images/icon.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>AL 313 HTMT</title>
</head>
<!-- ******* Let's go! ****** -->
<body>
<header id="header">
<!-- the nav menu -->
<nav>
<ul class="navItems1">
<li>AL 313 HTMT</li>
</ul>
<ul class="navItems2">
<i class="fa fa-navicon"></i>
<span id="menuLinks">
<li><a href="https://fa.wikipedia.org/wiki/%D8%AF%D8%A7%D8%B1%DA%A9_%D9%88%D8%A8">one</a></li>
<li><a href="https://mrtadris.com/teachers/%D9%85%D8%AF%D8%B1%D8%B3-%D9%81%DB%8C%D8%B2%DB%8C%DA%A9-%D9%85%D8%AD%D9%85%D8%AF%D8%B1%D8%B6%D8%A7-%D9%81%D8%B1%D8%AE%DB%8C/">two</a></li>
</span>
</ul>
</nav>
<div class="title">
<h1 id="title">Hello there!</h1>
<p id="para">welcome to my website!</p>
</div>
</header>
<div class="scroll">
<h2>scroll down!</h2>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="scroll">
<h2>keep scrolling!</h2>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="scroll">
<h2>continue!</h2>
</div>
<!-- yes, keep going... -->
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>*<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="nothing">
<h2>there is nothing here...</h2>
<h3>but you can click this button to go back</h3>
<a href="#" onclick="scary()">back</a>
</div>
<script src="./script.js"></script>
</body>
</html>