|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" data-bs-theme="dark"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <!-- Google tag (gtag.js) --> |
| 6 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-79JKH4L3SC"></script> |
| 7 | + <script> |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag() { dataLayer.push(arguments); } |
| 10 | + gtag('js', new Date()); |
| 11 | + |
| 12 | + gtag('config', 'G-79JKH4L3SC'); |
| 13 | + </script> |
| 14 | + |
| 15 | + <meta charset="UTF-8" /> |
| 16 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 17 | + <title>Vue 3 CodeBlock</title> |
| 18 | + |
| 19 | + <meta name="description" |
| 20 | + content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js." /> |
| 21 | + <meta name="keywords" |
| 22 | + content="vue3-code-block, code, pre, highlight, syntax, vue, vue3, prism, prismjs, highlightjs, highlight.js, component, javascript, typescript, neon bunny, webdevnerdstuff, wdns" /> |
| 23 | + <meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" /> |
| 24 | + <meta name="robots" content="index, follow" /> |
| 25 | + <meta name="googlebot" content="index, follow" /> |
| 26 | + <meta name="theme-color" content="#f01d7f" /> |
| 27 | + |
| 28 | + <meta property="og:locale" content="en_US"> |
| 29 | + <meta property="og:type" content="website"> |
| 30 | + <meta property="og:title" content="Vue 3 CodeBlock"> |
| 31 | + <meta property="og:description" |
| 32 | + content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js."> |
| 33 | + <meta property="og:url" content="https://webdevnerdstuff.github.io/vue3-code-block/"> |
| 34 | + <meta property="og:image:width" content="1200" /> |
| 35 | + <meta property="og:image:height" content="630" /> |
| 36 | + |
| 37 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" |
| 38 | + integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous"> |
| 39 | + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js" |
| 40 | + integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" |
| 41 | + crossorigin="anonymous"></script> |
| 42 | + |
| 43 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 44 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 45 | + <link |
| 46 | + href="https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@300;400;600&family=Open+Sans&display=swap" |
| 47 | + rel="stylesheet"> |
| 48 | + |
| 49 | + <link rel="icon" type="image/svg+xml" href="/vue3-code-block/vue.svg" /> |
| 50 | + <script type="module" crossorigin src="/vue3-code-block/assets/index-1259a75c.js"></script> |
| 51 | + <link rel="stylesheet" href="/vue3-code-block/assets/index-80d89c20.css"> |
| 52 | +</head> |
| 53 | + |
| 54 | +<body> |
| 55 | + <div id="app"></div> |
| 56 | + |
| 57 | + |
| 58 | +</body> |
| 59 | + |
| 60 | +</html> |
0 commit comments