aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/lec/Lec2Ex1.html
blob: d93bf20dceb43741e16af848d3300fdf5165503f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>your name on the TAB opened by the browser</title>
</head>
<!-- I know. I'm not funny -->
<body>
<h1>My Favourite Site</h1>
<a href="./Lec2Ex1.html">Click here</a>
</body>
</html>