-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (20 loc) · 891 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Chess</title>
<link rel="icon" type="image/x-icon" href="public/pawn.svg">
<link rel="stylesheet" href="public/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<iframe frameborder="0" width="100%" height="850px" src="https://replit.com/@andrewjh271/chess?embed=true"></iframe>
<footer>
<span>Written by <a href='https://github.com/andrewjh271' target='_blank'>Andrew Hayhurst</a></span>
<span>View on <a href='https://github.com/andrewjh271/chess' target='_blank'>Github</a></span>
</footer>
</body>
</html>