some stuff :3
adding support for text / terminal browsers redone some strings
This commit is contained in:
parent
97295fce69
commit
b201dbfc75
17 changed files with 169 additions and 73 deletions
0
src/pages/text/about.php
Normal file
0
src/pages/text/about.php
Normal file
9
src/pages/text/footer.php
Normal file
9
src/pages/text/footer.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<hr>
|
||||
<footer>
|
||||
<div class="footer left">
|
||||
|
||||
</div>
|
||||
<div class="footer right">
|
||||
|
||||
</div>
|
||||
</footer>
|
9
src/pages/text/header.php
Normal file
9
src/pages/text/header.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<header>
|
||||
<div class="header left">
|
||||
<a href="index.php">[sts]</a>
|
||||
</div>
|
||||
<div class="header right">
|
||||
<a href="about.php">About</a>
|
||||
</div>
|
||||
</header>
|
||||
<hr>
|
1
src/pages/text/index.php
Normal file
1
src/pages/text/index.php
Normal file
|
@ -0,0 +1 @@
|
|||
<?php include 'header.php'; ?>
|
Loading…
Add table
Add a link
Reference in a new issue