34 lines
819 B
Text
34 lines
819 B
Text
|
<!doctype html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" href="base.css">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<title>Unreal Tournament</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
Unreal Tournament - The best game ever made!
|
||
|
<b><pre>
|
||
|
<center>
|
||
|
<video width="640" height="480" controls>
|
||
|
<source src="ut.mp4" type="video/mp4">
|
||
|
<source src="ut.ogg" type="video/ogg">
|
||
|
Your browser does not support the video tag.
|
||
|
</video>
|
||
|
<video width="640" height="480" controls>
|
||
|
<source src="instagib.mp4" type="video/mp4">
|
||
|
<source src="instagib.ogg" type="video/ogg">
|
||
|
Your browser does not support the video tag.
|
||
|
</video>
|
||
|
</center>
|
||
|
</pre></b>
|
||
|
<p></p>
|
||
|
</body>
|
||
|
<footer>
|
||
|
<hr>
|
||
|
<span style="float: right">INSTAGIB FRAG</span>
|
||
|
<span>©
|
||
|
nulla auctoritate
|
||
|
</span>
|
||
|
</footer>
|