Skip to content

Commit 67d8515

Browse files
committedOct 27, 2018
Move misplaced <script> tag in index.html
1 parent 57fb13c commit 67d8515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎static/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Minetest server list</title>
6-
<style type="text/css">
6+
<style>
77
body { font-family: "Droid Sans", "Segoe UI", sans-serif; }
88
</style>
99
</head>
1010
<body>
1111
<div id="server_list"></div>
12+
<script src="list.js"></script>
1213
</body>
1314
</html>
14-
<script src="list.js"></script>

0 commit comments

Comments
 (0)