forked from dunmanhigh/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 896 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Playground@DHS</title>
<meta name="description" content="Playground@DHS">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Hacktoberfest 2019 Playground</h1>
<h2>Who's playing? Add your name and GitHub link here.</h2>
<ol>
<li><a href="https://github.com/limahseng">Lim Ah Seng (Computing)</a></li>
<li><a href="https://github.com/dhsgisc">Gi Soong Chee (Computing)</a></li>
<li><a href="https://github.com/marksumanting">Mark Leonard (Computing)</a></li>
<li><a href="https://github.com/azlansu">Azlan Abu Hassan (Computing)</a></li>
<li><a href="https://github.com/yueji1984">Ng Yu Jie 5C34 (Computing)</a></li>
<li><a href="https://github.com/JokerDot">Shen Hanzhang 3J (Infocomm Club)</a></li>
</ol>
</body>
</html>