Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit a5f98d1

Browse files
committed
switch to kotlin
1 parent dc7650f commit a5f98d1

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

dist/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<!--suppress HtmlFormInputWithoutLabel -->
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<!--suppress HtmlUnknownTarget -->
7+
<script src="WebCorrupter.js"></script>
8+
<title>WebCorrupter.js demo</title>
9+
</head>
10+
<body>
11+
Hello! I'm a simple website.
12+
<h1>Test</h1>
13+
This website is infected by <a href="https://github.com/denis0001-dev/WebCorrupter.js">WebCorrupter.js</a>.
14+
That means this website will get corrupted really soon.
15+
<h2>What will happen</h2>
16+
The website will start glitching, text starts randomly switching colors, and more.
17+
</body>
18+
</html>

dist/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#cheat_activated {
2+
color: white;
3+
background: red;
4+
padding: 10px;
5+
}
6+
7+
head.show {
8+
display: block !important;
9+
}

0 commit comments

Comments
 (0)