Skip to content

Commit

Permalink
right versioning doesn't auto-apply to html content here
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue authored Jan 29, 2024
1 parent f1a64c7 commit 11efc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebContent/WEB-INF/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link href="css/vendor/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/vendor/jquery.fileupload.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/vendor/animate.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css?v3.6" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css?v3.8" type="text/css" rel="stylesheet" media="screen,projection" />

<style>
body {
Expand All @@ -34,7 +34,7 @@
<script src='js/vendor/mio-player.js'></script>
<script src='js/vendor/mio-midi.js'></script>
<script src="js/jquery.simplePagination.js"></script>
<script src="js/init.js?v3.7"></script>
<script src="js/init.js?v3.8"></script>

<script data-goatcounter="https://ohmy.tvc-16.science/count" async src="//ohmy.tvc-16.science/count.js"></script>

Expand Down

0 comments on commit 11efc51

Please sign in to comment.