-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (22 loc) · 746 Bytes
/
index.html
File metadata and controls
29 lines (22 loc) · 746 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tribute Page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<div class="container-fluid">
<h1 class="text-primary well">PRITHVI NARAYAN SHAH</h1>
<div class="thumbnail">
<img class="main-image" src="https://upload.wikimedia.org/wikipedia/commons/9/99/Prithvi_Narayan_Shah.jpg"
alt="Prithvi Narayan Shah">
<div class="caption">
<p class="text-center">Prithvi Narayan Shah with his finger pointing one</p>
</div>
</div>
<p class="well">
Timeline
</p>
</div>
</html>