-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (51 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
52 lines (51 loc) · 1.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=2.0">
<title>Luhua games</title>
<link rel="stylesheet" type="text/css" href="b.css" />
</head>
<body>
<div id="main">
<div class="c0">
<table>
<tr>
<td><a href="index.html#games">GAMES</a></td>
<td><a href="index.html#contact">CONTACT</a></td>
<td><a href="index.html#help">HELP</a></td>
</tr>
</table>
</div>
<div class="c1" id="help">
<h2>HELP</h2>
<br />
<br />
<p>Android Device:</p>
<ul>
<li><a href="google-sign-in-help.html">Google Play games cannot log in issue</a></li>
<li><a href="google-payment-help.html">Google Play payment issue</a></li>
</ul>
</div>
<div class="c1" id="contact">
<h2>CONTACT</h2>
<br />
<br />
<div class="ct">
<table>
<tr>
<td><a href="https://www.facebook.com/luhuagames"><img src="img/facebook.png"></a></td>
<td><a href="https://twitter.com/luhuagames"><img src="img/twitter.png"></a></td>
<td><a href="https://plus.google.com/104180995649951872625"><img src="img/gplus.png"></a></td>
<td><a href="mailto:helpc@foxmail.com"><img src="img/email.png"></a></td>
</tr>
<tr>
<td>facebook</td>
<td>twitter</td>
<td>Google +</td>
<td>helpc@foxmail.com</td>
</tr>
</table>
</div>
</div>
</div>
</body>