-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.17 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
src="https://kit.fontawesome.com/6645177271.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/main.css" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto:wght@500;900&display=swap"
rel="stylesheet"
/>
<title>Introduction</title>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="works.html">Works</a></li>
<li><a href="hobby.html">Hobby</a></li>
<li><a href="https://angga.pw/" target="_blank">My Website</a></li>
</ul>
</div>
<div class="content">
<h1>Angga Prasetya W</h1>
<p>
“Life is short and the world is wide ~ Simon Raven"
</p>
<i class="fab fa-facebook fa-2x"></i>
<i class="fab fa-linkedin fa-2x"></i>
<i class="fab fa-instagram fa-2x"></i>
<i class="fab fa-twitter-square fa-2x"></i>
</div>
</body>
</html>