-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 832 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
<!DOCTYPE html>
<html>
<head>
<title> Sayri S. </title>
<link rel="stylesheet" type="text/css" href="mainstyle.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900' rel='stylesheet' type='text/css'>
<script src="cursor_animation.js"></script>
</head>
<body>
<div class="header">
<h1>Hello there.</h1>
<hr>
</div>
<div class="grid-wrapper">
<a href="BhangraRace/index.html">
<div class="display-box bhangra">
Bhangra Race
</div>
</a>
<a href="Blendoku/index.html">
<div class="display-box blendoku">
Blendoku(ish)
</div>
</a>
<a href="FaceSwap/index.html">
<div class="display-box faceswap">
FaceSwap
</div>
</a>
</div>
</body>
</html>