HomeMediacenter/index.html
lukas-heiligenbrunner 237a5742cf basic video tile
2020-03-31 11:44:52 +02:00

25 lines
596 B
HTML

<!--
-- index.html - https://heili.eu
-- Licensed under the MIT license - http://opensource.org/licenses/MIT
-- E-mail: lukas.heiligenbrunner@gmail.com
-- Copyright (c) 2020 Lukas Heiligenbrunner
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HomeMediaCenter</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<script src="js/BaseRequest.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<div class="mediawrapper">
<div class="mediatile">vid1</div>
<div class="mediatile">vid2</div>
</div>
</body>
</html>