Move misplaced <script> tag in index.html
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Minetest server list</title>
|
<title>Minetest server list</title>
|
||||||
<style type="text/css">
|
<style>
|
||||||
body { font-family: "Droid Sans", "Segoe UI", sans-serif; }
|
body { font-family: "Droid Sans", "Segoe UI", sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="server_list"></div>
|
<div id="server_list"></div>
|
||||||
|
<script src="list.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<script src="list.js"></script>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user