mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
13 lines
353 B
HTML
13 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/wails.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Wails App</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/main.js"></script>
|
|
</body>
|
|
</html>
|