Skip to content

Commit

Permalink
grumble grumble pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaTerenz committed Feb 19, 2024
1 parent 343c86f commit 0d4b1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/better-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="black" media="(prefers-color-scheme: dark)" name="theme-color">
<meta content="width=device-width, initial-scale=1" name="viewport">

<link href="../static/icons/favicon2.svg" rel="icon" type="image/svg">
<link href="{{ url_for('static', filename='icons/favicon2.svg') }}" rel="icon" type="image/svg">

<!--Bootstrap-->
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
Expand All @@ -32,7 +32,7 @@
<!--Misc js-->
<script src="https://kit.fontawesome.com/bac47486c5.js" crossorigin="anonymous"></script>
<script src="{{ url_for('static', filename='scripts/main.js') }}"></script>
<script src="../static/scripts/repo-cards-better.js"></script>
<script src="{{ url_for('static', filename='scripts/repo-cards-better.js') }}"></script>
{#<script src="../static/scripts/contact-button.js"></script>#}

<!--Less interpreter-->
Expand Down

0 comments on commit 0d4b1ae

Please sign in to comment.