-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (119 loc) · 6.04 KB
/
index.html
File metadata and controls
136 lines (119 loc) · 6.04 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>HorangHill</title>
<link rel="stylesheet" href="css/home.css">
<link rel="icon" type="image/x-icon" href="../css/HorangHill.png">
<script src="https://www.gstatic.com/firebasejs/7.20.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.20.0/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.20.0/firebase-database.js"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="https://kit.fontawesome.com/970a0290cd.js"></script>
<script src="https://horangstudios.github.io/LigmaForge/js/three/three.min.js"></script>
<script src="https://horangstudios.github.io/LigmaForge/js/three/OrbitControls.js"></script>
<script src="https://horangstudios.github.io/LigmaForge/js/three/sky.js"></script>
<script src="https://horangstudios.github.io/LigmaForge/js/three/gltfLoader.js"></script>
<script src="https://horangstudios.github.io/LigmaForge/player/js/playerModel.js"></script>
<script src="js/firebaseConfig.js"></script>
<script src="js/userIntegrityCheck.js" defer></script>
<script src="js/login.js" defer></script>
<script src="../js/avatarPreview.js" defer></script>
</head>
<body>
<div id="sidebar">
<div class="sidebar-contain">
<h1 onclick="showIntro()">HorangHill</h1>
</div>
</div>
<div class="g-recaptcha" data-sitekey="6LejRf8rAAAAAHgkRlKWd_M6P9IUDp5JJCc0ttCB" data-size="invisible"></div>
<div id="main" class="loginMain">
<div id="loader" class="tabcontent loginloader">
<i class="fa-solid fa-spinner fa-spin"></i> Authenticating...<br>
<span class="stuckLoading">Taking forever? Try reloading this page</span>
</div>
<div id="landing" style="display: none;">
<div class="topPromotion">
<div class="createexplore">
<span class="create">
CREATE CREATE CREATE CREATE CREATE CREATE CREATE CREATE CREATE CREATE
</span>
<span class="slash">
// // // // // // // // // //
</span>
<span class="explore">
EXPLORE EXPLORE EXPLORE EXPLORE EXPLORE EXPLORE EXPLORE EXPLORE EXPLORE EXPLORE
</span>
</div>
<section class="promo2">
<div class="toLogin">
<h1 id="adtitle"></h1>
<br>
<a class="showLogin" onclick="showLogin()">Sign me up</a>
<a class="showLogin" href="https://github.com/HorangStudios" target="_blank">Source Code</a>
<br><br>
<span id="featuredUser">Loading featured player...</span>
</div>
</section>
<section class="promo1">
<img id="playerShowcase">
</section>
</div>
</div>
<div id="Login" style="display: none;">
<div>
</div>
<form class="form" id="signupbox">
<p>To continue, Create an account or sign in to an existing one</p>
<br>
<hr style="margin: 0;">
<input type="email" id="emailLogin" placeholder="Email" required>
<input type="password" id="passwordLogin" placeholder="Password" required>
<button onclick="loginacc(); this.disabled = true;" id="loginbtn">Sign In</button>
<button onclick="showlogin();">New user? Sign up now!</button><br><br>
<p id="error1" style="color: red; text-align: center;"></p>
</form>
<form class="form" id="loginbox" style="display: none;">
<p>
By clicking Sign Up, you are agreeing to our Terms of Use and our
<a href="https://suitedcoder.github.io/Privacy/md.htm?src=Privacy.md">Privacy Policy</a>.
</p>
<br>
<hr style="margin: 0;">
<input id="displayName" placeholder="User Name" autocomplete="one-time-code">
<input type="email" id="email" placeholder="Email" autocomplete="one-time-code">
<input type="password" id="password" placeholder="Password" autocomplete="one-time-code">
<button onclick="createacc();" id="signupbtn">Sign up</button>
<br><br>
<center>
This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
</center>
<br>
<p id="error" style="color: red; text-align: center;"></p>
</form>
</div>
</div>
<footer>
<div class="sidebar-contain">
<h1>
Horang Studios •
<a href="https://x.com/HorangHill" title="HorangHill on Twitter"><i
class="fa-brands fa-x-twitter"></i></a>
<a href="https://youtube.com/@HorangHill" title="HorangHill on YouTube"><i
class="fa-brands fa-youtube"></i></a>
<a href="https://discord.gg/MYzDy2JvgZ" title="HorangHill Official Discord Channel"><i
class="fa-brands fa-discord"></i></a>
<a href="https://github.com/HorangStudios" title="HorangHill Source Code"><i
class="fa-brands fa-github"></i></a>
</h1>
<br>
© 2022 - 2025 HorangHill -
<a href="https://suitedcoder.github.io/Privacy/md.htm?src=Privacy.md">Privacy Policy</a>
</div>
</footer>
</body>
</html>