smolworld / index.html
p3nGu1nZz's picture
✨ Update README and restructure JavaScript files; move main.js to src/js and adjust paths
70ef3f4
raw
history blame contribute delete
193 Bytes
<!DOCTYPE html>
<html>
<head>
<title>smolworld</title>
<link rel="stylesheet" href="src/css/style.css">
</head>
<body>
<script type="module" src="src/js/main.js"></script>
</body>
</html>