generated from demidko/microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<!--suppress JSUnresolvedLibraryURL, HtmlFormInputWithoutLabel -->
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Fuck The Censors</title>
<link rel="icon" href="data:,">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
<script type="module" src="main.js"></script>
</head>
<body>
<div class="ui container">
<p>
<div class="ui big form">
<h1 class="ui center aligned icon header">
<i class="circular grey paste icon"></i>
</h1>
<p>
<textarea placeholder="Paste here. The obfuscated text will be copied to the clipboard!"
oninput="obfuscate(this)"></textarea>
<textarea id="result-container" disabled hidden></textarea>
</div>
</div>
</body>
</html>