10 lines
370 B
PHP
Executable File
10 lines
370 B
PHP
Executable File
<?php include("header0.php")?>Mugs!<?php include("header1.php")?>
|
|
<h1>Mugs!</h1>
|
|
<video controls>
|
|
<source src="https://downloads.tesses.cf/resource/ilikemugs.mp4"></source>
|
|
</video>
|
|
<h2>Rant</h2>
|
|
<video controls>
|
|
<source src="https://downloads.tesses.cf/resource/ilikemugsrant.mp4"></source>
|
|
</video>
|
|
<?php include("footer.php")?>
|