blob: a88dda2624b3b852616c1522b43a3c07956c7602 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link
rel="stylesheet"
href="style.css"
type="text/css"
media="screen"
charset="utf-8"
/>
<title>LARS</title>
</head>
<body>
<div>
<h1>Ludicrous Adventures of Ridiculous Shenanigans</h1>
<h1>#1 CTF team</h1>
</div>
<script src="script.js"></script>
</body>
</html>
|