Skip to content

Commit

Permalink
Fix leftover nits from PR #116 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
panmari authored Jun 10, 2024
1 parent 1b2ae6e commit b00b55f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions permission-status/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="shortcut icon" href="../favicon.ico" />
<link rel="apple-touch-icon" href="../app-icon.png" />
<link rel="stylesheet" href="../style.css" />
<script src="index.js"></script>
<script src="./index.js"></script>
</head>

<body>
Expand Down Expand Up @@ -116,4 +116,4 @@ <h2>👩🏻‍💻 Demo instructions</h2>
<link rel="stylesheet" href="../third_party/github.css" />
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions permission-status/other-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</head>
<body>
<h1>This is another page.</h1>
<a href="index.html">Back to the permission status demo page</a>
<a href="./index.html">Back to the permission status demo page</a>
</body>
</html>
</html>

0 comments on commit b00b55f

Please sign in to comment.