code/index.html

13 lines
342 B
HTML
Raw Normal View History

2021-07-05 18:32:33 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2021-07-12 08:23:02 +00:00
<script src="./solid.config.jsx" type="module"></script>
2021-07-05 18:32:33 +00:00
</body>
</html>