Skip to content

Commit

Permalink
fix(dependency): Updates to index.html samples and remote vite logo l…
Browse files Browse the repository at this point in the history
…oading.
  • Loading branch information
himerus committed Mar 8, 2024
1 parent db193d0 commit ee549a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions packages/components/outline-core-link/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://vitejs.dev/logo.svg" />
<link
rel="icon"
type="image/svg+xml"
href="https://vitejs.dev/logo.svg"
integrity="sha384-06BVdAqONqVQiSmzjjP7XMnhVNO8uqluYtASoFLwhbNrgA4wyOB67/rVwjdgVoFw%"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Component Test Page</title>
<script src="/dist/outline-core-link.js" type="module"></script>
<script src="/dist/index.js" type="module"></script>
</head>

<body>
Expand Down
8 changes: 7 additions & 1 deletion packages/controllers/adopted-stylesheets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://vitejs.dev/logo.svg" />
<link
rel="icon"
type="image/svg+xml"
href="https://vitejs.dev/logo.svg"
integrity="sha384-06BVdAqONqVQiSmzjjP7XMnhVNO8uqluYtASoFLwhbNrgA4wyOB67/rVwjdgVoFw%"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AdoptedStylesheets</title>
</head>
Expand Down

0 comments on commit ee549a2

Please sign in to comment.