-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 961 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 961 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
<!doctype html>
<html lang="en" data-theme="maintheme">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#f5f5f7">
<meta
name="description"
content="This is my portfolio. I build Websites and Games fast, efficient and high-quality."
>
<title>Intense.</title>
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link rel="stylesheet" href="src/style.css">
<script defer src="https://unpkg.com/lucide@latest"></script>
<script defer src="src/components.js"></script>
<script defer src="src/componentLoader.js"></script>
<script defer src="src/script.js"></script>
</head>
<body>
<div id="site-shell"></div>
</body>
</html>