-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1.08 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Play Chess with a friend on the same screen </title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<header>All-in-one Chess Website ♟️🟢</header>
<div class="grid-container">
<a href="https://jasurgraduate.github.io/chess-2/" class="link">♟️ 1v1 2-SIDED (LOCAL)</a>
<a href="https://jasurgraduate.github.io/chess-1/" class="link">♟️ 1v1 1-SIDE (BOARD ROTATE)</a>
<a href="https://jasurgraduate.github.io/chess-pro/" class="link">🟢 ONLINE CHESS <br/>(🛠️ under maintenance)</a>
<a href="https://jasurlive.uz" class="link">👨🏻💻 WHO IS THE CREATOR?</a>
</div>
<div class="footer">
<p>© 2019-<span id="current-year"></span> <a href="https://jasurlive.uz">
jasurlive.uz</a> | All rights reserved.</p>
</div>
<script src="js/main.js"></script>
</body>
</html>