Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-13 03:47:17 +00:00
parent 5f150f3f45
commit a1aa9eedc9
1 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World! Site Title</title>
<style>
</style>
</head> </head>
<body> <body>
<!--[IF IE]><!--> <script src="tmi.min.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script> <script src="boto.js"></script>
<!--<![endif]-->
<script src="//gitcdn.xyz/repo/tmijs/cdn/master/latest/1.x/tmi.min.js"></script>
<script src="config.js"></script>
</body> </body>
</html> </html>