-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
25 lines (21 loc) · 751 Bytes
/
Copy pathtemplate
File metadata and controls
25 lines (21 loc) · 751 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
25
<!DOCTYPE html>
<html lang="en" data-theme="cs-light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intense</title>
<link rel="stylesheet" href="frameworks/daisyui.min.css">
<link rel="stylesheet" href="frameworks/daisyui-themes.min.css">
<link rel="stylesheet" href="frameworks/fontawesome/css/all.min.css">
<link rel="stylesheet" href="src/main.css">
<script src="frameworks/tailwind.min.js"></script>
<script src="frameworks/gsap.min.js"></script>
<script src="src/main.js" type="module"></script>
</head>
<body>
<div id="header"></div>
<main class="site-main-content">
</main>
<div id="footer"></div>
</body>
</html>