-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 993 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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<nav>
<h1>VVD's GitHub</h1>
</nav>
<main>
<div class="site">
<a href="gm news.html"> <img src="Red.png" alt="gm news"> </a>
<h2>GM News</h2>
<p> project related to chess news</p>
</div>
<div class="site">
<A href="qy.html">
<img src="vvspp.jpg" alt="qy"> </A>
<h2>QY</h2>
<p>Prototype of the main QX app </p>
</div>
<div class="site">
<A href="crisim/index.html">
<img src="vvspp.jpg" alt="qy"> </A>
<h2>CRIsimulator</h2>
<p>a simple cricket simultor </p>
</div>
</main>
<script src="index.js"></script>
</body>
</html>