Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 7, 2024
1 parent 0a11260 commit 7dae474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="/assets/style.css" />
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css"> -->
Expand Down Expand Up @@ -149,6 +149,6 @@
repo: 'https://github.com/SalamLang/Salam-Document'
}
</script>
<script src="assets/script.js"></script>
<script src="/assets/script.js"></script>
</body>
</html>

0 comments on commit 7dae474

Please sign in to comment.