Skip to content

Commit

Permalink
Merge pull request #33 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
webdevnerdstuff committed Nov 13, 2023
2 parents b5d2588 + 4dd0d8b commit a4757f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/documentation/components/examples/LangExamples.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ const htmlExample = `<!DOCTYPE html>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Henny+Penny&family=Indie+Flower&display=swap" rel="stylesheet">
Expand All @@ -183,9 +180,6 @@ const htmlExample = `<!DOCTYPE html>
<body>
<div id="app"><\/div>
<script type="module" src="/src/main.ts"><\/script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"><\/script>
<\/body>
<\/html>
Expand Down

0 comments on commit a4757f4

Please sign in to comment.