1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-04 17:33:31 +08:00
Files
AzurLaneAutoScript/webapp/packages/renderer/index.html

37 lines
823 B
HTML
Raw Normal View History

2024-06-05 23:20:28 +08:00
<!DOCTYPE html>
<<<<<<< HEAD
2024-06-05 23:20:28 +08:00
<html
lang="en-US"
id="htmlRoot"
>
<head>
<meta charset="UTF-8" />
<meta content="script-src 'self' blob:" http-equiv="Content-Security-Policy">
<meta
content="width=device-width, initial-scale=1.0"
name="viewport"
/>
<title>Alas</title>
</head>
<body>
<div id="app"></div>
<script
src="./src/index.ts"
type="module"
></script>
</body>
=======
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob:">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
2021-10-08 18:10:41 +08:00
<title>Alas</title>
</head>
<body>
<div id="app"></div>
<script src="./src/index.ts" type="module"></script>
</body>
>>>>>>> 24aa3e00bd9af9a6a050df54c6a0cef959a9c6c0
2024-06-05 23:20:28 +08:00
</html>