-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcont.html
63 lines (58 loc) · 2.63 KB
/
cont.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="header">
<h1>a website created</h1>
<p>certainly one website</p>
</div>
<link rel="stylesheet" href="function.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Top Navigation Menu -->
<div class="topnav" id="myTopnav">
<a href="index.html">home</a>
<a href="news.html">news</a>
<a href="cont.html" class="active">contact</a>
<a href="about.html">about</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
</div>
<div class="row">
<div class="side">
<h1>posts</h1>
<ul class="posts">
<li><a href="1.html">the truth about pastafarianism.</a></li>
<li><a href="1.html">can penguins eat soup?</a></li>
<li><a href="1.html">zimbabwe will win the next world cup.</a></li>
<li><a href="1.html">cup noodles: a mechanism of world domination?</a></li>
<li><a href="1.html">is sponge bob square pants an alien?</a></li>
<li><a href="1.html">R is the best language for neural regression.</a></li>
<li><a href="1.html">why are the fonts so green and this site so dark?</a></li>
<li><a href="1.html">breaking news: you should drive with you eyes wide shut.</a></li>
<li><a href="1.html">how to make a bad website</a></li>
</ul>
<div class="extra">
<a>idk what else to put in here please help me lorem ipsum, dolor sit amet consectetur adipisicing elit. Rerum excepturi doloremque expedita mollitia odit cum vel quo debitis, minima optio, libero, fugit consequuntur quidem. Delectus ipsa quasi porro officia distinctio. Lorem ipsum dolor sit amet consectetur, adipisicing elit. Rerum earum necessitatibus laboriosam?</a>
</div>
</div>
<div class="main">
<h1>nope</h1>
<div class="content">
<h4>pls, do not contact us <br> come back now, get out of here</h4>
</div>
</div>
</div>
<div class="footer">
<h2>there is nothing in here, go away</h2>
</div>
<script src="./script.js"></script>
</body>
</html>