22 lines
940 B
PHP
22 lines
940 B
PHP
|
<h1 class='cat_heading'>> chosen file type: person<br> getting to know me is futile...<br> listing files...</h1>
|
||
|
|
||
|
<h2>I am a human. Treat me as such.</h2>
|
||
|
|
||
|
<div style='display: flex'>
|
||
|
<p>
|
||
|
This is a block of text about me.<br>
|
||
|
Very fascinating.<br><br>
|
||
|
Exhilarating, almost.<br><br>
|
||
|
This site was created solely by human hands without the use of AI.<br><br>
|
||
|
Also, documents are being dynamically built using php, relying heavily on the resources of the server.
|
||
|
That means that the number of simultanious visitors is restricted and both visiting and running the site is discouraged.<br>
|
||
|
So, in turn, this site represents my personality traits in the '''real''' world.
|
||
|
(People of culture would call this 'edgy tsundere behaviour', but what do they know...)
|
||
|
</p>
|
||
|
<img src='./resources/img/about-me.gif' style='height: 8rem;' class='pixelart'>
|
||
|
</div>
|
||
|
|
||
|
<?php
|
||
|
|
||
|
?>
|