-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail14.html
62 lines (55 loc) · 1.86 KB
/
detail14.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
<!DOCTYPE HTML>
<html>
<head>
<title>Mark</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="preview">
<div class="inner">
<div class="content">
<h1></h1>
<h2>Rare But Real Heros</h2>
</div>
<a href="index.html" class="button hidden"><span>Let's Go</span></a>
</div>
</header>
<!-- Main -->
<div id="preview">
<div class="inner">
<div class="image fit">
<img src="images/pic14.jpg" alt="" />
</div>
<div class="content">
<header>
<h2>Adolf Hitler</h2>
</header>
<p>Adolf Hitler was the leader of Nazi Germany from 1934 to 1945. He initiated fascist policies that led to World War II and the deaths of at least 11 million people, including the mass murder of an estimated 6 million Jews.</p>
<a class="btn btn-primary" href="https://www.biography.com/people/adolf-hitler-9340144" role="button">Click to know more about this hero</a>
</div>
</div>
<a href="detail13.html" class="nav previous"><span class="fa fa-chevron-left"></span></a>
<a href="detail15.html" class="nav next"><span class="fa fa-chevron-right"></span></a>
</div>
<!-- Footer -->
<footer id="footer">
<a href="#" class="info fa fa-info-circle"><span>About</span></a>
<div class="inner">
<div class="content">
<h3>Adolf Hitler</h3>
<p></p>
</div>
<div class="copyright">
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>