conjure-os/frontend/index.html
Guillaume Langlois 556b1d6a4e first commit
2024-11-09 12:01:56 -05:00

13 lines
278 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>conjure-os</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.js" type="module"></script>
</body>
</html>