Slight rewrite of index.html / stylesheet improvements
This commit is contained in:
+7
-5
@@ -24,7 +24,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="warning-modal">
|
||||
<div class="modal">
|
||||
<h1 class="shadow">
|
||||
<img src="/images/warning.png" class="inline" alt="Warning!">
|
||||
<span>THIS SITE CONTAINS LIVE MALWARE</span>
|
||||
@@ -40,10 +40,12 @@
|
||||
<a class="blue" href="/malware.html">I understand, redirect now</a>
|
||||
</div>
|
||||
|
||||
<video class="modal-background" autoplay muted loop>
|
||||
<source src="/media/malware.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="modal-background">
|
||||
<video autoplay muted loop>
|
||||
<source src="/media/malware.mp4" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<script src="/scripts/redirect.js" type="application/javascript"></script>
|
||||
<!-- <script src="/scripts/redirect.js" type="application/javascript"></script>-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user