-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
55 lines (38 loc) · 1.93 KB
/
Copy pathinfo.html
File metadata and controls
55 lines (38 loc) · 1.93 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div class="topnav">
<a href="index.html" class="logo"></a><img src="logo.png"></a>
<a href="odds.html">GAME ODDS</a>
<a href="games.html">UPCOMING GAMES</a>
<a href="info.html" >ABOUT</a>
</div>
<div class="wrapper">
<div class="About">
<h1><center>Welcome to my Website!!</center></h1>
<br>
<p><center>I am a Computer Science Student and this is one of my projects,</center></p>
<br>
<p><center>Here you can see what games are going to be played between football, basketball and cricket,</center></p>
<br>
<p><center>And if you go on {GAME ODDS} you will be able to see win/draw/loss probabilities,</center></p>
<br>
<p><center>Thank you for visiting my website and you can find me here. </center></p>
<p><center> ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ </center></p>
<a href = "https://www.linkedin.com/in/mathijs-deelen-5b0b45248/" class="fa fa-linkedin"></a>
<a href = "https://github.com/Mathdee" class="fa fa-github"></a>
<a href="#" class="bx bxs-window-alt"></a>
</div>
</div>
</body>
<footer>
</footer>
</html>