-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevision.html
51 lines (46 loc) · 1.19 KB
/
revision.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 style="color: blueviolet;background-color: rgb(2, 20, 20);">MONEY HEIST</h1>
<H6>MONEY HEIST</H6>
<h7>MONEY HEIST</h7>
<P>MONEY HEIST</P>
<hr>
<a href="http://www.google.com">DONT TOUCH HERE !!!</a>
<table>
<tr>
<td>Name </td>
<td>Harjot Singh</td>
</tr>
<tr>
<td>College</td>
<td>BPIT</td>
</tr>
</table>
<hr>
<article> .</article>
<article>my name is lakhan</article>
<section>joota japani</section>
<p></p>
<hr>
<a href="https://csdindia.gov.in/" target="_blank">CSD Website</a><br>
<a href="mailto:[email protected]" target="_blank">Email</a><br>
<a href="tel:9310130192">Call</a>
<hr>
</body>
</html>
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html> -->