forked from UCCNetsoc/Netfest-Intro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 705 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>All about me!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
</head>
<head>
<title>Netsoc Gamer Club</title>
</head>
<body style="background: pink">
<section>
<article style="max-width: 50%; margin: 5em auto; text-align: center; color: pink">
<h1 class="title">Happy Hacktoberfest</h1>
<p> if derek sees you using divs he will get his badgers to murder you </p>
</article>
</section>
</body>
</html>