Skip to content

Commit b12043e

Browse files
committed
docs: fix solid-js sandboxes
1 parent a989073 commit b12043e

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

sandboxes/solid-js/regular/index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Masonry Grid - SolidJS</title>
77
</head>
8-
<body>
9-
<div id="root"></div>
10-
<script type="module" src="./main.tsx"></script>
11-
</body>
12-
</html>ml>
13-
<html lang="en">
14-
<head>
15-
<meta charset="UTF-8" />
16-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>Balanced Masonry Grid - SolidJS</title>
18-
</head>
198
<body>
209
<div id="root"></div>
2110
<script type="module" src="/main.tsx"></script>

sandboxes/solid-js/unordered-list/index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Unordered List Masonry Grid - SolidJS</title>
77
</head>
8-
<body>
9-
<div id="root"></div>
10-
<script type="module" src="./main.tsx"></script>
11-
</body>
12-
</html>ml>
13-
<html lang="en">
14-
<head>
15-
<meta charset="UTF-8" />
16-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
17-
<title>Balanced Masonry Grid - SolidJS</title>
18-
</head>
198
<body>
209
<div id="root"></div>
2110
<script type="module" src="/main.tsx"></script>

0 commit comments

Comments
 (0)