-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 943 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Berci's creative template</title>
</head>
<body class="bg-gray-900 text-white" data-barba="wrapper">
<!-- Genart/experimental feature content -->
<main data-barba="container" data-barba-namespace="home" class="flex h-full min-h-screen">
<div id="genart-container" class="w-[600px] h-[600px] mx-auto my-auto self-center"></div>
</main>
<!-- Page project content -->
<!-- <main data-barba="container"> -->
<!-- Content -->
<!-- <section class="h-screen bg-red-200"> -->
<!-- Content -->
<!-- </section> -->
<!-- <section class="h-screen bg-green-200"> -->
<!-- Content -->
<!-- </section> -->
<!-- </main> -->
<!-- Scripts -->
<script type="module" src="/src/main.ts"></script>
</body>
</html>