Files
Quill/Test/test.html
2024-03-18 09:38:07 +01:00

21 lines
387 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Quill</title>
<link rel="icon" href="">
<link rel="stylesheet" href="">
<script src="../index.js"></script>
<script src="test.js"></script>
<script type="module">
import Home from "./Pages/home.js";
window.routes = {
"/Test": Home
}
</script>
</head>
<body>
</body>
</html>