Skip to content

Commit

Permalink
Move misplaced <script> tag in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Oct 27, 2018
1 parent 57fb13c commit 67d8515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<title>Minetest server list</title>
<style type="text/css">
<style>
body { font-family: "Droid Sans", "Segoe UI", sans-serif; }
</style>
</head>
<body>
<div id="server_list"></div>
<script src="list.js"></script>
</body>
</html>
<script src="list.js"></script>

0 comments on commit 67d8515

Please sign in to comment.