-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
82 lines (76 loc) · 2.93 KB
/
support.html
File metadata and controls
82 lines (76 loc) · 2.93 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link href="css/support.css" rel="stylesheet">
<title> Support </title>
</head>
<body>
<div id="header">
<img src="img/logo.png" class="logo" />
<div class="navbar">
<a id="home" href="home.html">home</a>
<div class="dropdown">
<a id="game" class="dropbtn">game</a>
<div id="gameDrop" class="dropdown-content">
<a id="what" href="whatIsRate.html">what is rate</a>
<a id="how" href="howToPlay.html">how to play</a>
<a href="gameModes.html">game modes</a>
</div>
</div>
<div class="dropdown">
<a id="universe" class="dropbtn">universe</a>
<div id="universeDrop" class="dropdown-content">
<a href="map.html">map</a>
<a href="#adventurers">adventurers</a>
<a id="items" href="items.html">items</a>
<a href="enemies.html">enemies</a>
</div>
</div>
<div class="dropdown">
<a id="stats" class="dropbtn">stats</a>
<div id="statsDrop" class="dropdown-content">
<a href="leaderboardAdventurers.html">leaderboard adventurers</a>
<a href="#schools">leaderboard schools</a>
<a id="search" href="search.html">search</a>
</div>
</div>
<a id="support" href="support.html">support</a>
<a id="login" href="login.html">login</a>
<a id="playnow" href="playnow.html">play now</a>
</div>
<hr>
</div>
<div id="daniContent">
<div id="daniContainer">
<div id=writableArea>
<p>
<a href="#faq.html" id="bold">
<img class="leftImage" src="img/faq.png" id="faq">
<br>
Frequently Asked Questions
</a>
</p>
<p>
<a href="#connectivity.html" id="bold">
<img class="leftImage" src="img/connect.png" id="connect">
<br>
Connectivity</a>
<br>
Connection Troubleshooting
Connectivity Issues
</p>
<p>
<a href="#accRecSafData.html" id="bold">
<img class="leftImage" src="img/profile.png" id="profile">
<br>
Account, Recovery, Safety & Data
</a>
<br>
Keeping your Rate account yours!
</p>
</div>
</div>
</div>
</body>
</html>