-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="google-site-verification: googlea2d2a989053f0721.html">
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js" defer></script>
</head>
<body>
<header>
<h1 class="hero-info">
Hi, I am <span class="hero-name">Karan Dangol</span>
</h1>
</header>
<section class="info">
<h1>Currently under development</h1>
<h2>My Works</h2>
<ol class="hero-projects-links">
<li><a href="https://high-pie-pepper.github.io/flappy-bird/">Flappy Bird</a></li>
<li><a href="https://high-pie-pepper.github.io/todo-list/">Todo List</a></li>
<li><a href="https://high-pie-pepper.github.io/color-flipper-B-/">Color Flipper</a></li>
<li><a href="https://high-pie-pepper.github.io/random-password-generator/">Password Generator</a></li>
<li><a href=""></a></li>
<ol/>
</section>
</body>
</html>