-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (26 loc) · 935 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
32
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jules' Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./node_modules/nes.css/css/nes.min.css">
</head>
<body>
<div id="warning"></div>
<div id="loader" style="display: none;"></div>
<div id="back-btn" style="display: none;">
<button type="button" class="nes-btn is-warning">Back</button>
</div>
<dialog class="nes-dialog" id="dialog-default" style="display: none;">
<form method="dialog" class="text-center">
<p class="title">Jules' Portfolio</p>
<p>Made with ThreeJS, NES.css,</p>
<p>and GSAP.</p>
<button id="go-to-desk-button" class="nes-btn is-primary">Go To Desk</button>
</form>
</dialog>
<script type="module" src="main.js"></script>
</body>
</html>