forked from bcrhbrhcdb/Nooby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncement.html
26 lines (26 loc) · 1.1 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
<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>
<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>
<h3 id="announcementDate">1/13/25</h3>
<ul>
<li>Update soon, it's the end of he quarter for me so I have a lot of work to do.</li>
<li>I will add the games you guys suggested soon.</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>