Skip to content

Commit

Permalink
Clean up HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
fheft committed Jun 1, 2021
1 parent 6ffbd4e commit 266d8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Tales</title>
<link href="/vendor/normalize/normalize.css" rel="stylesheet" type="text/css">
<link href="/css/tales.css" rel="stylesheet" type="text/css">
<head>
<body class="body-container">
</head>
<body>
<div id="app">
<script src="/js/tales.js" type="text/javascript"></script>
<script>tales.init();</script>
Expand Down

0 comments on commit 266d8c3

Please sign in to comment.