forked from vishnu2k60/HacktoberFest2022
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIndex.html
51 lines (35 loc) · 1.06 KB
/
Index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vk Hacktober Fest</title>
<link rel="stylesheet" href="css.css">
</head>
<body>
<canvas></canvas>
<h1>Hacktober Fest</h1>
<script src="js.js"></script>
<h2>Leave a Comment...</h1>
<ul>
<!-- NOTE : Just Add li tag -->
<!-- Don't do any thing else -->
<li>Excited to participate</li>
<li>Lets pull some requests...</li>
<li>I want swags </li>
<li>I want swags </li>
<li>Cool Swags</li>
<li>I also want swags bro</li>
</ul>
<ol>
<!-- NOTE : Just Add li tag -->
<!-- Don't do any thing else -->
<li>Excited to participate</li>
<li>Lets pull some requests...</li>
<li>I want swags </li>
<li>I want swags </li>
<li>I also want swags bro</li>
</ol>
</body>
</html>