mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-13 06:54:56 +08:00
14 lines
314 B
HTML
14 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>res-downloader</title>
|
|
</head>
|
|
<body style="--wails-draggable:drag">
|
|
<div id="app"></div>
|
|
<script src="./src/main.ts" type="module"></script>
|
|
</body>
|
|
</html>
|
|
|