20 lines
449 B
HTML
20 lines
449 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Fantasy</title>
|
|
<meta name="description" content="A simple app to reduce the fear of a blank page">
|
|
<meta name="author" content="blue@macaw.me">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<script type="module" src="main.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main">Loading...<div>
|
|
</body>
|
|
</html>
|