Major stylesheet fix, project restructure

This commit is contained in:
2023-09-27 21:51:20 +03:00
parent f574205702
commit 083d862ea5
5 changed files with 21 additions and 20 deletions
+12 -9
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Malware Generator</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="/styles.css">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock">
<meta property="og:type" content="website">
<meta property="og:title" content="Enderman's Malware Generator v2.0">
@@ -14,12 +14,13 @@
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta property="og:image:alt" content="Warning!">
<script>
setTimeout(() => {
window.location.href = 'https://mgen.fast-dl.cc/malware.html';
}, 15000);
</script>
<title>Malware Generator</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/styles/styles.css" type="text/css" />
</head>
<body>
@@ -42,5 +43,7 @@
<video class="modal-background" autoplay muted loop>
<source src="/media/malware.mp4" type="video/mp4">
</video>
<script src="/scripts/redirect.js" type="application/javascript"></script>
</body>
</html>