forked from TMSAProgrammers/cyberpatriots-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
47 lines (35 loc) · 1.2 KB
/
home.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body {
font-family: 'Raleway', sans-serif;
font-size: 48px;
}
</style>
<link rel="stylesheet" type="text/css" href="CSS/home.css">
<title>TMSA CyberPatriots</title>
</head>
<body>
<script src="default_include.js"></script>
<!-- Payload -->
<div id="payload">
<h1 id="heading">TMSACyberPatriots</h1>
<img id="logoImage" src="Images\tmsacyberpatriots_logo.png" alt="TMSA/CyberPatriots logo"/>
<p>Welcome to the TMSA CyberPatriots Website!
<p>
<p>CyberPatriots is a IT and security competition where teams work to patch security flaws on VMs.
<p>
<p>We meet every Thursday in Mr. T's computer lab.
<p>
<p>---
<p>
<p>Designed with CSS, HTML, and 16 hours of hard work by Lukas Westburg.
<p>
<p>"Its an 'e' not a 'u'!!!!!!!!!"
<p>-Lukas Westburg every day
</div>
</body>
</html>