Skip to content

Commit

Permalink
update javascript and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyfpedersen committed Feb 5, 2025
1 parent 89ab8f1 commit fca76f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions views/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/styles-002.css">
<link rel="stylesheet" type="text/css" href="/styles-003.css">
<link rel="icon" type="image/x-icon" href="/icons/favicon.ico">
<title>Cryptodashboard</title>
</head>
Expand Down Expand Up @@ -105,6 +105,6 @@
{{{updateScript}}}
<div id="hint" class="hide">Hej</div>
</body>
<script src="main-002.js"></script>
<script src="main-003.js"></script>

</html>

0 comments on commit fca76f0

Please sign in to comment.