Cyclone :)

This commit is contained in:
SmartCoder3000 2022-06-17 17:52:55 -04:00 committed by GitHub
parent abd42debeb
commit 42d962a325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ function insertScript(html, origin) {
var res = `<!DOCTYPE html> var res = `<!DOCTYPE html>
<html> <html>
<head> <head>
<script preload type="module" src="/cyclone/cyclone.js"></script> <script preload type="module" src="/cyclone.js"></script>
</head> </head>
<body> <body>
${html} ${html}