-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-old.html
33 lines (23 loc) · 1.19 KB
/
index-old.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="v1/main.css">
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./homepage.css">
<title>Home | Computer Science Revision</title>
<link rel="icon" type="image/png" href="./v1/icons/logo.svg"/>
<meta property="og:image" content="./v1/icons/logo.png" />
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="512" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Computer Science Revision is an online, mobile-friendly revision guide for GCSE Computer Science students.">
</head>
<body>
<h1 id="heading">Computer Science Revision</h1>
<p>Welcome to Computer Science Revision by Rujul Nayak.</p>
<p>This is an online, mobile-friendly revision guide for GCSE Computer Science students.</p>
<p id="link"><b><a class="homepage-override" href="./v1/">Click here to check it out!</a></b></p>
<br /> <br />
</body>
</html>