-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 2.18 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vidhi Memoirs</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap" rel="stylesheet">
<meta property="og:title" content="Happy Birthday!!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://raw.githubusercontent.com/aparnasathyan01/Surprise/master/images/vidhidp.jpg?token=ANB43HNEQWPTDWB4NITYGQ27QB2QG" />
<meta property="og:image:type" content="img/jpg">
<meta property="og:description" content="Love ya, Vidhii <3" />
</head>
<body>
<div id="particles-js"></div>
<p class="heading">
Happy <br> Birthday!!
</p>
<div class="dp">
<img src="images/vidhi.jpg" style="width: 50%;">
</div>
<div class="vid">
<video width="300" height="auto" controls>
<source src="images/movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
<div class="ham-bar">
<div class="hamburger-menu">
<div class="line line-1"></div>
<div class="line line-2"></div>
<div class="line line-3"></div>
</div>
<ul class="ham-list">
<li class="ham-item">
<a href="index.html" class="ham-link">Home</a>
</li>
<li class="ham-item">
<a href="messages.html" class="ham-link">Wise words</a>
</li>
<li class="ham-item">
<a href="gallery.html" class="ham-link">Photo Gallery</a>
</li>
<li class="ham-item">
<a href="vidhi.html" class="ham-link">Who dis</a>
</li>
</ul>
</div>
</body>
<script src="js/script.js"></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</html>