wails-template/frontend/index.html

13 lines
292 B
HTML
Raw Normal View History

2025-02-03 16:09:45 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>wails-svelte-tailwind-ts</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>