-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.13 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gridstack Gallery</title>
</head>
<body class="">
<div class="grid-stack gsg max-w-[640px]"></div>
<div class="grid-stack gsg1 max-w-[320px]"></div>
<script type="application/json" id="gsg-images">
[
"https://placebear.com/600/600",
"https://placebear.com/601/600",
"https://placebear.com/602/600",
"https://placebear.com/603/600",
"https://placebear.com/604/600",
"https://placebear.com/605/600",
"https://placebear.com/606/600",
"https://placebear.com/607/600",
"https://placebear.com/608/600",
"https://placebear.com/609/600",
"https://placebear.com/610/600",
"https://placebear.com/611/600",
"https://placebear.com/612/600",
"https://placebear.com/613/600",
"https://placebear.com/614/600"
]
</script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>