Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mburri committed Nov 3, 2023
1 parent 191d552 commit e2ffa20
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions forms/form-data-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/themes/prism-dark.css" integrity="sha512-h553W5EVLDpBoFaI7b6T8EdE71vb1ave8A8eH2KAgAF1fwB631hwkMdIkvGbCqw6gus+9rWvLy4RSRxGLviW+w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./../styles/style.css">
<script src="./../js/navigation-component.js"></script>
<base href="/">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions forms/input-capture.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="./../styles/style.css">
<script src="./../js/navigation-component.js"></script>
<base href="/">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions forms/select-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="./../styles/style.css">
<script src="./../js/navigation-component.js"></script>
<base href="/">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="./../styles/style.css">
<script src="./js/navigation-component.js"></script>
<base href="/">
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions interactivity/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
integrity="sha512-h553W5EVLDpBoFaI7b6T8EdE71vb1ave8A8eH2KAgAF1fwB631hwkMdIkvGbCqw6gus+9rWvLy4RSRxGLviW+w=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="./../styles/style.css">
<base href="/">
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions interactivity/popover-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
integrity="sha512-h553W5EVLDpBoFaI7b6T8EdE71vb1ave8A8eH2KAgAF1fwB631hwkMdIkvGbCqw6gus+9rWvLy4RSRxGLviW+w=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="./../styles/style.css">
<base href="/">
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions interactivity/popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
integrity="sha512-h553W5EVLDpBoFaI7b6T8EdE71vb1ave8A8eH2KAgAF1fwB631hwkMdIkvGbCqw6gus+9rWvLy4RSRxGLviW+w=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="./../styles/style.css">
<base href="/">
</head>
<body>

Expand Down

0 comments on commit e2ffa20

Please sign in to comment.