mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-02 22:31:49 +08:00
🚧 WIP(custom): v3.0.0 migrate to vite and esm
This commit is contained in:
13
dist/renderer/index.html
vendored
Normal file
13
dist/renderer/index.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PicList</title>
|
||||
<script type="module" crossorigin src="./assets/index-BqdcQlNn.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-mOcaXuMe.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user