-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 949 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
<html>
<head>
<title>SA2C - Swansea Academy of Advanced Computing - Academi Uwch Gyfrifiadureg Abertawe</title>
<link rel="stylesheet" type="text/css" href="../styles/fonts.css" />
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
</head>
<body>
<p class="title"><img src="/images/logo.png" alt="SA2C logo" width="300px" /><br />
Swansea Academy of Advanced Computing<br />
Academi Uwch Gyfrifiadureg Abertawe
</p>
<ul>
<li><a href="gitlab_usage.html">Using GitLab</a></li>
<li><a href="../index.html">Back To Index</a></li>
</ul>
<!--footer-->
<div class="footer">
<ul class="footeritems">
<li class="footeritem"><img src="/images/scw.svg" height="70px" /></li>
<li class="footeritem"><img src="/images/swansea.svg" height="70px" /></li>
<li class="footeritem"><img src="/images/wefo.svg" height="60px" /></li>
</ul>
</div>
</body>
</html>