mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-05 06:12:02 +08:00
16 lines
475 B
HTML
16 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg"></link>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script type="text/javascript" src="src/bundle.js"></script>
|
|
<link rel="stylesheet" href="src/style.css"></link>
|
|
<title>Vite App</title>
|
|
<script>console.log("test")</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|