Skip to content

Commit a4757f4

Browse files
Merge pull request #33 from webdevnerdstuff/dev
Update docs
2 parents b5d2588 + 4dd0d8b commit a4757f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/documentation/components/examples/LangExamples.vue

-6
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ const htmlExample = `<!DOCTYPE html>
170170
<meta property="og:image:width" content="1200" />
171171
<meta property="og:image:height" content="630" />
172172
173-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
174-
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
175-
176173
<link rel="preconnect" href="https://fonts.googleapis.com">
177174
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
178175
<link href="https://fonts.googleapis.com/css2?family=Henny+Penny&family=Indie+Flower&display=swap" rel="stylesheet">
@@ -183,9 +180,6 @@ const htmlExample = `<!DOCTYPE html>
183180
<body>
184181
<div id="app"><\/div>
185182
<script type="module" src="/src/main.ts"><\/script>
186-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
187-
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
188-
crossorigin="anonymous"><\/script>
189183
<\/body>
190184
191185
<\/html>

0 commit comments

Comments
 (0)