-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 881 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<title>Solar Systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Solar Systems is a 3D solar system generator made with Three.js" />
<meta property="og:image" content="https://solarsystems.dmcb.dev/solarsystems.webp" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css" />
<link rel="stylesheet" href="scss/main.scss" />
<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=Raleway:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<canvas></canvas>
<script src="js/main.js" type="module"></script>
</body>
</html>