Website/view/test.php

67 lines
1.5 KiB
PHP
Raw Normal View History

2023-05-02 10:44:55 +00:00
<?= view('header', ['title' => 'The Illusion of Meaning']) ?>
2023-03-30 21:58:54 +00:00
2023-05-02 00:13:29 +00:00
<blockquote>Quote</blockquote>
2023-04-08 22:08:53 +00:00
<p>Ah, the art of filling up pages with words that sound meaningful but ultimately lead nowhere. It's a skill that many have mastered, but few are willing to admit. After all, what's the point of writing if you're not actually saying anything?</p>
2023-03-30 21:58:54 +00:00
<a href="/non-existing-page">Click here to test the functionality of the go back button</a>
2023-04-08 22:08:53 +00:00
<p>
2023-03-30 21:58:54 +00:00
<img src="https://images.vy.no/4ay35n74hs/Vossebanen.jpeg" alt="">
2023-04-08 22:08:53 +00:00
</p>
2023-03-30 21:58:54 +00:00
2023-05-02 00:13:29 +00:00
<h2>Lol</h2>
2023-03-30 21:58:54 +00:00
<pre>
2023-05-02 00:13:29 +00:00
ob_list_handlers
2023-04-08 22:08:53 +00:00
2023-05-02 00:13:29 +00:00
oh yeah
this is a pre! pretty cool
2023-03-30 21:58:54 +00:00
</pre>
<p>
2023-05-02 00:13:29 +00:00
This is <code>inline</code>
2023-03-30 21:58:54 +00:00
</p>
2023-04-08 22:08:53 +00:00
<p>Thus, I must regretfully decline your request for a flatulence joke, and instead offer you my sincerest wishes for a pleasant and productive day. May the blessings of wisdom and enlightenment guide your path, and may your endeavors be met with success and fulfillment.</p>
2023-05-02 00:13:29 +00:00
<table>
<tr>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
<tr>
<td>Ernst Handel</td>
<td>Roland Mendel</td>
<td>Austria</td>
</tr>
<tr>
<td>Island Trading</td>
<td>Helen Bennett</td>
<td>UK</td>
</tr>
<tr>
<td>Laughing Bacchus Winecellars</td>
<td>Yoshi Tannamuri</td>
<td>Canada</td>
</tr>
<tr>
<td>Magazzini Alimentari Riuniti</td>
<td>Giovanni Rovelli</td>
<td>Italy</td>
</tr>
</table>
2023-03-30 21:58:54 +00:00
<?= view('footer') ?>