-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (40 loc) · 1.3 KB
/
index.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
64
65
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
</head>
<body>
<ul class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="aboutt.html">ABOUT US</a></li>
<li><a href="create.html">CREATE ACCOUNT</a></li>
<li><a href="chat.html">ONLINE CHAT</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</ul>
<picture>
<img src="logo.jpg" alt=" " style="width:auto;">
</picture>
<div class="search-box-wrapper">
<input type="text" placeholder="search..." class="search-box-input">
<button class="search-box-button">Search</button>
</div>
<div class="container">
<ul class="game-list">
<!-- <li game-list>
<img class ="gamelogo" src="">
<span class ="game"></span>
<span class="company"></span>
<button class="account">Account</button>
<button class="item">Item</button>
</li> -->
</ul>
<div class="clearfix"></div>
</div>
</div>
</section>
<script src="js/app.js"></script>
</body>
</html>