Update index.ejs

This commit is contained in:
William
2020-03-01 19:13:13 +11:00
committed by GitHub
parent 0087062468
commit 25d4520eee

View File

@@ -53,8 +53,8 @@
</script> </script>
</head> </head>
<body style="background-color:#000;"> <body style="background-color:#000;">
<section id="coriolis"></section>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Coriolis --> <!-- Coriolis -->
<ins class="adsbygoogle" <ins class="adsbygoogle"
style="display:block" style="display:block"
@@ -65,5 +65,6 @@
<script> <script>
(adsbygoogle = window.adsbygoogle || []).push({}); (adsbygoogle = window.adsbygoogle || []).push({});
</script> </script>
<section id="coriolis"></section>
</body> </body>
</html> </html>