Skip to content

Commit e1b3c2a

Browse files
Adding playground index
1 parent 6dcaff2 commit e1b3c2a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

playground/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html lang="en" data-bs-theme="dark">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Vue 3 CodeBlock Playground</title>
8+
9+
<meta name="description"
10+
content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js." />
11+
12+
13+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet"
14+
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
15+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js"
16+
integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N"
17+
crossorigin="anonymous"></script>
18+
19+
<link rel="preconnect" href="https://fonts.googleapis.com">
20+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
21+
<link
22+
href="https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@300;400;600&family=Open+Sans&display=swap"
23+
rel="stylesheet">
24+
25+
<link rel="icon" type="image/svg+xml" href="/vue.svg" />
26+
</head>
27+
28+
<body>
29+
<div id="app"></div>
30+
<script type="module" src="../src/playground/configs/playground.ts"></script>
31+
32+
</body>
33+
34+
</html>

0 commit comments

Comments
 (0)