added css reference to html for prod build

This commit is contained in:
Daniel Ledda
2022-03-13 22:42:31 +01:00
parent 4d79365170
commit 3ba01eb86b

View File

@@ -7,6 +7,7 @@
<title>Drum Slayer</title>
<link rel='icon' type='image/png' href='./favicon.png'>
<link rel='stylesheet' href='static/main.css'>
<script defer src='static/bundle.js'></script>
</head>