-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
29 lines (22 loc) · 853 Bytes
/
home.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
<html>
<head>
<title>Rephael Congmon Website</title>
<link rel="stylesheet" type="text/css" href="test.css">
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="doit.js"></script>
<div id='account-bar-wrapper'>
<div id='account-bar'>
<div id='account-bar-name'>ROFEL Bot</div>
<div id='account-bar-level'>Level 5</div>
<div id='xp-bar'>
<div id='xp-bar-fill'>
<div id='xp-increase-fx'><div id='xp-increase-fx-flicker'><div class='xp-increase-glow1'></div><div class='xp-increase-glow2'></div><div class='xp-increase-glow3'></div></div><div class='xp-increase-glow2'></div></div>
</div>
</div>
<div id='account-bar-next-level'>6</div>
<div id='botXP'></div>
<div id='botXPLeft'></div>
</div>
</div>
</html>