-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/creds/pfp.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta
name="description"
content="Visit Daffa Abhipraya Putra's portfolio, a versatile full-stack developer, actively competing in hackathons and CTFs, while also developing games, apps, and websites. He is a tech geek, open-source contributor, and cybersecurity enthusiast. Discover his skills, experiences, and projects in tech."
/>
<title>Daffa Abhipraya Putra's Portfolio</title>
<!-- Preloads -->
<link rel="preload" href="/src/styles.css" as="style" />
<link rel="preload" href="/src/assets/fonts/Instrument_Serif/InstrumentSerif-Regular.ttf" as="font" type="font/ttf" crossorigin="anonymous" />
<link rel="preload" href="/src/assets/fonts/Instrument_Serif/InstrumentSerif-Italic.ttf" as="font" type="font/ttf" crossorigin="anonymous" />
<link rel="preload" href="/src/assets/elements/bg1.webp" as="image" />
<link rel="preload" href="/src/assets/elements/bg2.webp" as="image" />
<link rel="preload" href="/src/assets/creds/pfp.svg" as="image" />
<link rel="preload" href="/src/assets/orgs/fasilkom.svg" as="image" />
<link rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.jsx"
></script>
</body>
</html>