-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (28 loc) · 1011 Bytes
/
index.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
<html>
<head>
<title>NUS Greyhats SLF 2024</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/home.css" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<br />
<pre class="typewriter">We are NUS Greyhats.</pre>
<center>
<div class="txtdiv">
<pre>
Upcoming Events for Freshmen
~ <a href="/wts/">welcome tea session ─ 21 August</a> (Sign up <a target="_blank" href="https://nus.campuslabs.com/engage/event/10261078">here</a>)
~ <a href="/wtf/">welcome ctf ─ 23 August</a>
Find out more about us
~ <a target="_blank" href="https://t.me/nusgreyhats">telegram channel.</a>
~ <a href="faqs/">faqs about us.</a>
~ <a href="events/">our events.</a>
~ <a href="ctfs/">our competitions.</a>
~ <a href="mailto:[email protected]">email us.</a>
~ <a target="_blank" href="https://linktr.ee/nus.greyhats">social media.</a>
</pre>
</div>
</center>
</body>
</html>