Chad 9cdb6b47cb
Add Tic-Tac-Toe App (#24)
* Add new app, Tic-Tac-Toe!

* Add new announcement, add dates for them, and change how the anchors are displayed.

* Add underlines. Much better!

* Remove excess newline.

* Remove comments for links which already exist.
2024-03-31 18:36:00 -07:00

25 lines
558 B
PHP
Executable File

#!/usr/bin/php
<div class="row">
<p><!-- Gap Area --></p>
</div>
<div class="row center" id="advisory">
<div class="col-12 title">
<h2><i>Announcements</i></h2>
</div>
<div class="col-12 text">
<u>2024-03-07</u>
<br/>
Find my free new eBook, "Hyperling's Health Protocol",
<a href="/health/">here</a>!
</div>
<div class="col-12 text">
<u>2024-03-31</u>
<br/>
There's a
<a href="/home/#tictactoe">new app</a>
in town,
<a href="/files/apks/TicTacToe.apk">Tic-Tac-Toe</a>!
</div>
</div>