-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 765 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Console hacks</title>
<style>
body{
text-align: center;
font-family: monospace;
font-size: 30px;
background: #000;
color: rgb(59, 248, 59);
}
</style>
</head>
<body>
<h1>Console hacks</h1>
<p>Look for awesome hacks in your console.</p>
<img src="http://cupheadmemes.com/wp-content/uploads/2018/08/Best-Programming-Memes-03.jpg" alt="It's all good..." style="margin-top: 20px;" height="469" width="600">
<script src="console.js"></script>
</body>
</html>