forked from Akegarasu/stable-diffusion-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 790 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Extract image metadata">
<meta name="og:title" content="ImageMeta">
<meta name="og:description" content="Extract image metadata">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/icon.svg" color="floralwhite">
<meta name="theme-color" content="floralwhite">
<title>Stable Diffusion 解析工具</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>