-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 934 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (24 loc) · 934 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My portfolio website like none others">
<meta name="keywords" content="web development, portfolio, design, javascript, HTML, CSS, UI/UX, front-end, creative coding">
<title>Lavanbarath B</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="countdown"></div>
<div class="blob-3"></div>
<div class="container">
<p class="subtitle">LAVANBARATH</p>
<h1 class="font-animation"><span class="letters"></span></h1>
<a class="abouts">poke me</a>
<div class="social-media"></div>
</div>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<script src="script.js"></script>
</body>
</html>