dreamlandjs/examples/example.html
2024-04-10 11:31:38 -04:00

14 lines
381 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Dreamland examples</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="index.css" />
<script src="../dist/dev.js"></script>
<script src="lib/index.js"></script>
</head>
<body></body>
</html>