-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.58 KB
/
index.html
File metadata and controls
50 lines (47 loc) · 1.58 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
# NMG888.github.io
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Nick's Game Reviews</title>
<link rel="icon" href="/images/favicon.png">
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<div class="heading-1">
<h1>Nicks Game Reviews</h1>
</div>
<body>
<div class="title-center-p">
<p>Hello and welcome to Nicks Game Reviews!</p>
<p>Please take a look at all the games I have reviewed!</p>
</div>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="https://nmg888.github.io/Overwatch.html">Overwatch</a>
<a href="https://nmg888.github.io/TF2.html">Team Fortress 2</a>
<a href="https://nmg888.github.io/PUBG.html">PlayerUnknown's Battlegrounds</a>
<a href="https://nmg888.github.io/Super-Smash-Bros">Super Smash Bros</a>
<a href="https://NMG888.github.io/exercises/index.html">HTML Exercises</a>
<a href="https://NMG888.github.io/css-exercises/index.html">CSS Exercises</a>
<a href="NMG888.github.io/html-reference.html">HTML Reference Page</a>
</div>
<div class="row">
<div class="column side">
<p>Overwatch(FPS)<br>
Team Fortress 2(FPS)<br>
PUBG(FPS)<br>
Super Smash Bros(Fighter)</p>
</div>
<div class="column middle">
<p> On this website, I have reviewed several of my personal favorite games,
aswell as some of my HTML and CSS exercises, and an HTML guide/reference page.</p>
</div>
<div class="column side">
<p>HTML Reference Page<br>
CSS exercise<br>
HTML exercises</p>
</div>
</div>
</body>
</html>