-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (96 loc) · 3.28 KB
/
index.html
File metadata and controls
99 lines (96 loc) · 3.28 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<head>
<title>Fantasy Game</title>
<meta charset="utf-8">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href=".header{.css">
</head>
<body>
<div id="page">
<div id="header">
<a id="logo" href="index.html"><img src="images/logo.png" alt=""></a>
<ul class="navigation">
<li class="first">
<a class="active" href="index.html">Main House <i class="fas fa-home"></i></a>
</li>
<li>
<a href="">The Dragon Lore <i class="fas fa-torah"></i></a>
</li>
<li>
<a href="">myths of dragonborn <i class="fas fa-hat-wizard"></i></a>
</li>
</ul>
</div>
<div id="body">
<div class="featured"> <img src="images/featured-character.jpg" alt="">
<div class="section">
<h2><a href="index.html"> Beware, the Dragonborn comes </a></h2>
<p>
<a href="https://caothang.edu.vn/"></a>
</p>
<p>
<i class="fas fa-quote-right"></i>
<p>
What is better - to be born good, or to overcome your             evil nature through great effort?
<p>
                <i class="fas fa-quote-right"></i>
</p>
</p>
</p>
<a class="Aboutus" href="index.html"> </a> </div>
<span> </span> </div>
<div id="content">
<p>
Designed for you with all the <i class="fas fa-heart"></i>
</p>
<p>
<a href="">Tran Hieu Nghia - Nguyen Anh Hao</a> of <a href="https://caothang.edu.vn/">Cao Thang Technical College</a>
</p>
<p>
This is just an Apple <i class="fab fa-apple"></i>
</p>
</div>
<div id="sidebar"> <a class="Aboutus" href=""> </a>
<ul class="connect">
<li>
Follow Us Here:
</li>
<li>
<a class="twitter" href="https://twitter.com/?lang=en"> </a>
</li>
<li>
<a class="facebook" href="https://facebook.com/"> </a>
</li>
<li>
<a class="googleplus" href=""> </a>
</li>
</ul>
</div>
</div>
<div id="footer">
<ul>
<li>
<a href="" class="video"> </a>
<p>
</p>
</li>
<li>
<a href="" class="myths"> </a>
<p>
</p>
</li>
<li class="last">
<a href="" class="archives"> </a>
<p>
</p>
</li>
</ul>
<span>© Copyright © 2021. <a href="index.html">CaoThang</a> all rights reserved</span> </div>
</div>
</body>
</html>