Cleanup index.php a bit

master
YandolsZX 3 years ago
parent 1947dcd197
commit c392c81cc9
  1. 21
      index.php

@ -1,14 +1,12 @@
<html>
<head>
<title>Rocknarok Multiverse Time Clock</title>
<h1>Rocknarok Multiverse Time Clock</h1>
<br/><br/>
<script type= "text/javascript" src="jquery-1.4.1.min.js"> </script>
<!-- Request Rocknarok Universe datetime from API -->
<script type= "text/javascript" src="jquery-1.4.1.min.js"> </script>
<script type= "text/javascript">
<script type= "text/javascript">
$(document).ready(function() {
function update() {
$.ajax({
type: 'POST',
@ -22,16 +20,12 @@ $(document).ready(function() {
});
}
update();
});
</script>
<!-- Request St. Sky Universe datetime from API -->
<script type= "text/javascript" src="jquery-1.4.1.min.js"> </script>
<script type= "text/javascript">
<script type= "text/javascript">
$(document).ready(function() {
function update() {
$.ajax({
type: 'POST',
@ -45,15 +39,12 @@ $(document).ready(function() {
});
}
update();
});
</script>
<!-- Request Kocharion Universe datetime from API -->
<script type= "text/javascript" src="jquery-1.4.1.min.js"> </script>
<script type= "text/javascript">
<script type= "text/javascript">
$(document).ready(function() {
function update() {
$.ajax({
type: 'POST',
@ -67,9 +58,9 @@ $(document).ready(function() {
});
}
update();
});
</script>
</head>
<p>Rocknarok Universe Current time:<p>
<div id="ruclock"> </div> <br/>

Loading…
Cancel
Save