-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gaming.php
31 lines (24 loc) · 853 Bytes
/
Gaming.php
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="Stylesheet.css">
<meta charset="utf-8">
<title>Gaming</title>
</head>
<body>
<div class="Header">
<a href="Account.php"><img id="accounticon" src="https://www.materialui.co/materialIcons/action/account_circle_white_192x192.png" alt="Account">
<a href="Homepage.php"><img class="back" src="https://lh3.ggpht.com/sqPcTNRtM6vc4pzWXWXIR6KxnRwbIz4LIYKvqwr1l__gPYkx24sV4Ak1oc2sN99dVA=s180" width="100px" alt="">
</div>
<div class="nav">
<ul>
<li class="nav"><a class="nav" href="Gaming/PC.php">PC</a></li>
<li class="nav"><a class="nav" href="Gaming/PS4.php">PS4</a></li>
<li class="nav"><a class="nav" href="New Topic.php">New Topic</a></li>
</ul>
</div>
<div class="title">
<h1>Select A Topic</h1>
</div>
</body>
</html>