Some HTML structural fixes to index.php

master
YandolsZX 3 years ago
parent 8dcb1f7aad
commit 2f4ec2bba0
  1. 4
      index.php

@ -1,7 +1,6 @@
<html>
<head>
<title>Rocknarok Multiverse Time Clock</title>
<h1>Rocknarok Multiverse Time Clock</h1>
<script type= "text/javascript" src="jquery-1.4.1.min.js"> </script>
<!-- Request Rocknarok Universe datetime from API -->
@ -61,6 +60,8 @@ $(document).ready(function() {
});
</script>
</head>
<body>
<h1>Rocknarok Multiverse Time Clock</h1>
<p>Rocknarok Universe Current time:<p>
<div id="ruclock"> </div> <br/>
@ -71,4 +72,5 @@ $(document).ready(function() {
<p>Kocharion Universe Current time:</p>
<div id="kuclock"> </div> <br/>
</body>
</html>
Loading…
Cancel
Save