'init'
This commit is contained in:
36
public/index.html
Normal file
36
public/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>cailean.finn</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "https://cdn.jsdelivr.net/npm/three@v0.164.0/build/three.module.js",
|
||||
"three/addons/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/examples/jsm/",
|
||||
"three/src/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/src/",
|
||||
"three/examples/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/examples/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main-container">
|
||||
<div id="nav-container">
|
||||
<div class="nav-emoji">
|
||||
<a href="/"><div class="emoji-flip">(ง•_•)ง</div></a>
|
||||
</div>
|
||||
<div class="nav-about"><a href="/about">cailean.finn</a></div>
|
||||
<div class="nav-emoji"><a href="/list">list</a></div>
|
||||
<div class="nav-emoji"><a href='/gallery'>gallery</a></div>
|
||||
</div>
|
||||
<div id="container"></div>
|
||||
</div>
|
||||
<script type="module" src="./js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user