dreamlandjs/examples/example.html
2024-02-24 10:15:46 -05:00

18 lines
330 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="../index.js"></script>
<script src="lib/index.js"></script>
</head>
<body>
</body>
</html>