mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 15:40:01 -04:00
14 lines
378 B
HTML
14 lines
378 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>
|