-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.06 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
<!DOCTYPE HTML>
<!--
HackerGenerator is an open-source GitHub project
It is available at https://github.com/Unfit-Donkey/HackerGenerator
and has a GitHub page at https://unfit-donkey.github.io/HackerGenerator
-->
<html lang="en">
<head>
<title>Not Hacking</title>
<script src="HackerGenerator.js"></script>
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="author" content="Open-Source">
<meta name="keywords" content="Hacking, Satire">
<meta name="description" content="Generate hacking content">
<meta name="google" content="notranslate">
<meta rel="license" content="LICENSE">
<link rel="stylesheet" type="text/css" href="Hacker.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<noscript>Error: JavaScript not found</noscript>
<div id="console"></div>
</body>
</html>