-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathps4_games.html
63 lines (48 loc) · 2.26 KB
/
ps4_games.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML>
<html>
<head>
<title>Team Connect</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="ps4_games.css">
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="inner">
<a href="index.html" class="logo">
<span class="symbol"></span><span class="title">Team Connect</span>
</a>
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Register</a></li>
<li><a href="#">Login</a></li>
</ul>
</nav>
<div id="main">
<div class="inner">
<h1>PS4 Games</h1>
<ul class="ps4_games_pics_list">
<li><a href="http://localhost/commentsection2/index.php"><img class="ps4_games_pics" src="http://cdn.akamai.steamstatic.com/steam/apps/252950/header.jpg?t=1496340038" alt="RocketLeauge_cover"></a></li>
<li><a href="http://localhost/commentsection4/index.php"><img class="ps4_games_pics" src="http://cdn.akamai.steamstatic.com/steam/apps/359550/header.jpg?t=1498036622" alt="R6_cover"></a></li>
<li><a href="http://localhost/commentsection5/index.php"><img class="ps4_games_pics" src="http://cdn.akamai.steamstatic.com/steam/apps/271590/header.jpg?t=1497989696" alt="GTA5_cover"></a></li>
<li><a href="http://localhost/commentsection8/index.php"><img width="460" height="288" class="ps4_games_pics" src="https://northatlanticblog.files.wordpress.com/2015/04/destiny-cover.jpg" alt="destiny_cover"></a></li>
<li><a href="http://localhost/commentsection9/index.php"><img width="460" height="259" class="ps4_games_pics" src="http://1tvs492zptzq380hni2k8x8p.wpengine.netdna-cdn.com/wp-content/uploads/2016/07/marco_reus_fifa_17-1920x1080-1024x576.jpg" alt="Fifa17_cover"></a></li>
</ul>
<script src="jquery.min.js"></script>
<script src="skel.min.js"></script>
<script src="util.js"></script>
<script src="main.js"></script>
</body>
</html>