service/videos/index.html
soafen e364b9143f wiinet is ready™️
hopefully, after over a year of development, it will have been worth the wait
2022-09-09 23:24:33 +02:00

30 lines
1.4 KiB
HTML

<head>
<link rel="stylesheet" href="../css/videos.css">
<style>
body {
background-image:url('../img/videos/VideosHeader.png');
}
</style>
</head>
<body>
<a href="../"><img style="padding:5px;" src="../../../img/HomeLogo.png" width="150px"/></a><span style="position:absolute;right:5px;top:20px;"><a href="../games">GAMES</a> - <a href="#">VIDEOS</a> - <a href="../media">MEDIA</a> - <a href="../utilities">UTILITIES</a> - <a href="../others">OTHERS</a></span>
<br><br><br><br><br><br>
<p style="margin:auto;font-size:20px;text-align:center;width:80%;">This is where you can watch some videos. this will be updated every now and then to feature more, so stay tuned!</p>
<br>
<h2>Creators</h2>
All creators currently on WiiNet Videos
<table>
<tr>
<td><a href="sophiegaming"><img src="sophiegaming/pfp.jpg"><br><div class="videotitle">sophieGaming</div></a></td>
</tr>
</table><br>
<h2>The Latest</h2>
The latest uploads to WiiNet Videos
<table>
<tr>
<td><a href="sophiegaming/1"><img src="sophiegaming/1/thumbnail.jpg"><br><div class="videotitle">we played Doritos Crash Course<br>in 2022</div></a></td>
</tr>
</table><br>
<div style="text-align:center;margin:auto;">Finally, there is an experimental <a href="youtube/index.php">YouTube frontend</a> that may or may not work...sometimes!</div>
</body>
</html>