67 lines
1.5 KiB
PHP
67 lines
1.5 KiB
PHP
<?= view('header', ['title' => 'Test']) ?>
|
|
|
|
<blockquote>Quote</blockquote>
|
|
|
|
<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>
|
|
|
|
<a href="/non-existing-page">Click here to test the functionality of the go back button</a>
|
|
|
|
<p>
|
|
<img src="https://images.vy.no/4ay35n74hs/Vossebanen.jpeg" alt="">
|
|
</p>
|
|
|
|
<h2>Lol</h2>
|
|
|
|
<pre>
|
|
ob_list_handlers
|
|
|
|
oh yeah
|
|
|
|
this is a pre! pretty cool
|
|
</pre>
|
|
|
|
<p>
|
|
This is <code>inline</code>
|
|
</p>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<?= view('footer') ?>
|