-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>SirJain's Projects</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../src/style.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico.png">
</head>
<body>
<div class="container">
<div id="title">
<p class="title-text">I'm SirJain</p>
</div>
<div id="view-projects-view">
</div>
<div id="main-pg-footer">
<div id="socials">
<a class="link" target="_blank" href="https://discord.gg/wM4CKTbFVN">
<img class="social" id="discord" src="images/discord_icon.png"></img>
</a>
<a class="link" target="_blank" href="https://github.com/SirJain0">
<img class="social" id="github" src="images/github_icon.png"></img>
</a>
</div>
</div>
</div>
<script type="module" src="src/main_pg_projects.js"></script>
</body>
</html>