Update index.html

This commit is contained in:
Innovation Inc 2019-09-18 14:16:20 -05:00 committed by GitHub
parent 0d05a1d8b8
commit 05e12178de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,9 +60,6 @@
</style> </style>
</head> </head>
<body> <body>
<table>
<tr>
<td>
<script> <script>
var current= new Date(); var current= new Date();
var month=current.getMonth(); var month=current.getMonth();
@ -78,9 +75,6 @@
loadImage("load.png"); loadImage("load.png");
} }
</script> </script>
</td>
</tr>
</table>
<p class="br">v0.1.3</p> <p class="br">v0.1.3</p>
</body> </body>
</html> </html>