-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
56 lines (38 loc) · 940 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/home.css">
<div class="titlepic"><img src="assets/flight.jpg" width="100%" height="100%" alt="Flight title pic"></div>
<ul id="mainMenu">
<li><a href="home.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="post.html">Blog</a></li>
</ul>
<br><br><br><hr>
</head>
<body>
<br>
<div class="sectionone">
<div class="card">
<a href="post.html"><h1>Flying</h1></a>
<h2>
Lorem ipsum donovan.
</h2>
<br>
<p>Lorem ipsum donovan.</p>
</div>
<div class="card">
<a href=#><h1>Ancient planes</h1></a>
<p>
<h2>
Lorem ipsum donovan.
</h2>
</p>
</div>
</div>
</body>
<footer>
<div class="">
</div>
</footer>
</html>