-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 945 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DK's Portfolio</title>
<script type="module" crossorigin src="./assets/index.9c7d7ef9.js"></script>
<link rel="stylesheet" href="./assets/index.fc658396.css">
</head>
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
<script crossorigin src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<script type="text/javascript" async defer crossorigin src="./linkedinbadges.js"></script>
<style>
body {
font-family: Roboto;
font-weight: 400;
margin: 0;
width: 100vw;
}
.wrapper {
height: 100vh;
overflow-y: auto;
z-index: -1;
perspective: 10px;
}
</style>
<body>
<div id="root" class="wrapper"></div>
</body>
</html>