-
Notifications
You must be signed in to change notification settings - Fork 6
/
announcement.html
32 lines (31 loc) · 1.25 KB
/
announcement.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
<div class="announcement-box">
<div class="announcement-content">
<div id="clock">
<p>Version 0.6.30</p>
<p>Here's today's date!</p>
<div id="time"></div>
<div id="date"></div>
<div id="day"></div>
</div>
<p id="announcementDate">Date of announcement: 12/31/24 6:11p.m CST</p>
<p>trying to fix the styling</p>
<p>anyways actual updates:</p>
<h3>12/22/24</h3>
<ul>
<li>Added alot of proxies</li>
<li>added Humanizer, bypasses ai detectors</li>
<li>added exthanger, disables gogaurdian</li>
<li>you can now launch chat in window from home page</li>
</ul>
<h3>12/31/24</h3>
<ul>
<li><h1>Happy New Year</h1></li>
<li>added a snow effect for the holidays (kinda late we know)</li>
<li>added a folder encrypter</li>
<li>updated eagler craft to u46</li>
<li>added anylitics from vercel so we can see how many people are coming</li>
</ul>
<a href="update-log.html"><button class="allButton visit">Update log</button></a>
<button class="allButton visit" id="close">Close this popup</button>
</div>
</div>