blob: c13963ac5f87ead00a019e61e77b67647670e78f (
plain) (
blame)
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
|
<!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 class="center blink">
<h1>Ludicrous Adventures of Ridiculous Shenanigans</h1>
<h1>#1 CTF team</h1>
</div>
<div class="bg"></div>
<div class="reduced"></div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="script.js"></script>
</body>
</html>
|