-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome Page.html
More file actions
53 lines (29 loc) · 1.01 KB
/
Home Page.html
File metadata and controls
53 lines (29 loc) · 1.01 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
<!DOCTYPE html>
<head>
<title>Aparichit</title>
<link rel="icon" href="Images/Icon.jpg">
<link rel="stylesheet" href="Home Page.css">
</head>
<body>
<h1>अपरिचित</h1>
<br>
<hr>
<br>
<div class="box">
<div class="box-1">
<p class="intro">
कलयुग अपने अंतिम चरण पर पहुँच चुका है। <br> <br>
पाप का घड़ा भर चुका है। <br> <br>
सबको अपने पापों का प्रायश्चित करवाने अपरिचित आ रहा है।
</p>
<br>
<a href="Request.html">
<button>COMPLAIN</button>
</a>
</div>
<div class="box-2">
<video src="Videos/Video 1.mp4" autoplay></video>
</div>
</div>
</body>
</html>