-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (33 loc) · 1.23 KB
/
about.html
File metadata and controls
34 lines (33 loc) · 1.23 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="styles/check_cs6.css" rel="stylesheet" type="text/css">
<title>About game</title>
</head>
<body>
<body>
<div style="background-color:#E7EBF2;height:auto;">
<div class="container_16" style="background-color:#004080; height:90px; opacity:0.8" >
<a href="http://www.wordtrix.in/">
<img style="background-color:transparent;float:left" src="images/logo-final.png">
</a>
<div align="right" style="margin-left: 800px">
<ul id="coolMenu" style="margin-top:40px;">
<li id="user-info"><a href="#" onClick="loginUser();">login</a></li>
<li>
<a href="#">Settings</a>
<ul class="noJS">
<li><a href="#">profile</a></li>
<li><a href="#">others</a></li>
<li id="logout"><a href="#" onClick="logoutUser();">logout</a></li>
</ul>
</li>
</ul>
</div>
<div style="float:right;">
<img id="user_photo" height="50px" width="50px;" style="padding:30px;margin-right:90px;">
<label id="user_name" style="position:relative;left:-115px;top:-40px;color:#FFF"> Hi ,Player </label>
</div>
</div>
</body>
</html>