forked from UnskilledFreak/Freakylay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (91 loc) · 4.66 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<title>Freakylay</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta property="og:site_name" content="Freakylay">
<meta property="og:title" content="Freakylay - An alternative DataPuller Overlay">
<meta property="og:description" content="An easy to use and customizable overlay with many features like colors, circular bars and many more.">
<meta property="og:image" content="http://u.unskilledfreak.zone/overlay/freakylay/beta/img/Freakylay.png">
<link rel="stylesheet" type="text/css" href="css/freakylay.css">
<link rel="stylesheet" type="text/css" href="css/fonts.css">
<link rel="icon" href="img/favicon.png">
<script src="Freakylay.min.js"></script>
</head>
<body>
<div id="songInfo">
<div class="textBottom">
<div class="previousBSRWrapper">
<div id="previousBSRTop" class="line backGroundColor borderRadiusTopLeft borderRadiusTopRight">PREVIOUS BSR</div>
</div>
<div id="beatMapCover" class="backGroundColor borderRadiusBottomRight borderRadiusBottomLeft borderRadiusTopRight borderRadiusTopLeft">
<div id="cover" class="borderRadiusTopLeft borderRadiusBottomLeft borderRadiusBottomRight borderRadiusTopRight borderRadiusTopLeft"></div>
</div>
<div id="infoText">
<div id="bsr" class="line backGroundColor borderRadiusTopLeft borderRadiusBottomLeft borderRadiusTopRight borderRadiusBottomRight">BSR</div>
<div id="mapper" class="line backGroundColor borderRadiusTopLeft borderRadiusBottomLeft borderRadiusTopRight borderRadiusBottomRight">MAPPER</div>
<div id="difficulty" class="marqueeBody line backGroundColor borderRadiusTopLeft borderRadiusBottomLeft borderRadiusTopRight borderRadiusBottomRight">
<div class="marquee" id="marqueeDifficulty">DIFFICULTY</div>
</div>
<div id="artist" class="marqueeBody line backGroundColor borderRadiusTopLeft borderRadiusBottomLeft borderRadiusTopRight borderRadiusBottomRight">
<div class="marquee" id="marqueeSongArtist">ARTIST</div>
</div>
<div id="mapName" class="marqueeBody line backGroundColor borderRadiusTopLeft borderRadiusBottomLeft borderRadiusTopRight borderRadiusBottomRight">
<div class="marquee" id="marqueeSongName">SONGNAME</div>
</div>
</div>
<div class="clear"></div>
<div class="previousBSRWrapper">
<div id="previousBSRBottom" class="line backGroundColor borderRadiusBottomLeft borderRadiusBottomRight">PREVIOUS BSR</div>
</div>
</div>
</div>
<div id="counterSection" class="borderRadiusTopLeft borderRadiusTopRight borderRadiusBottomRight borderRadiusBottomLeft backGroundColor">
<div class="holders rightText">
<div class="line">
<div id="combo">COMBO</div>
<div id="miss">MISS</div>
</div>
<div class="line" id="score">SCORE</div>
<div class="line">
<div id="njs">NJS</div>
<div id="bpm">BPM</div>
</div>
</div>
<div class="barHolder" id="timerHolder"></div>
<div class="barHolder" id="healthHolder"></div>
<div class="barHolder" id="accuracyHolder"></div>
<div class="barHolder" id="pulsoidHolder"></div>
</div>
<div id="modifiers"></div>
<div id="options" class="backGroundColor borderRadiusBottomLeft borderRadiusTopLeft borderRadiusBottomRight borderRadiusTopRight">
<div class="text">
<label for="ip">IP:</label>
<input id="ip" type="text">
<input type="button" id="changeIp" value="apply">
</div>
<div class="text">
<label for="pulsoidFeed">Pulsoid Feed (JSON):</label>
<input id="pulsoidFeed" type="text">
<input type="button" id="pulsoidFeedButton" value="apply">
<br><div id="pulsoidHint">See config for 'Feed reference' at <a target="_blank" href="https://pulsoid.net/ui/configuration">https://pulsoid.net/ui/configuration</a></div>
</div>
<hr>
<div id="bgColor"></div>
<div id="color"></div>
<hr>
<div id="optionsLines"></div>
<hr>
<div>
<label for="urlText">URL to use (click to copy to clipboard):</label><br>
<textarea readonly="readonly" id="urlText"></textarea>
</div>
</div>
<div id="tutorial" class="backGroundColor borderRadiusBottomLeft borderRadiusTopLeft borderRadiusBottomRight borderRadiusTopRight"></div>
<!-- ♥ made with love ♥-->
<!-- by UnskilledFreak -->
</body>
</html>