-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile_games.html
61 lines (45 loc) · 1.63 KB
/
mobile_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
<!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="mobile_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>Mobile Games</h1>
<ul class="mobile_games_pics_list">
<li><a href="http://localhost/commentsection17/index.php"> <img href=" cr.html" width="460" height="345" class="mobile_games_pics" src="https://i.ytimg.com/vi/DoesPviz5J4/maxresdefault.jpg" alt="ClashRoyale_cover"></li>
<li><a href="http://localhost/commentsection18/index.php"> <img href=" coc.html" width="460" height="345"class="mobile_games_pics" src="http://freesoft.ru/screenshots/Android/725203/725203-0-orig.jpg" alt="ClashofClans_cover"></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>