HomeMediacenter/index.html

26 lines
633 B
HTML
Raw Normal View History

2020-03-31 09:44:52 +00:00
<!--
-- 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
-->
2020-03-31 08:06:33 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2020-03-31 09:44:52 +00:00
<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>
2020-03-31 08:06:33 +00:00
</head>
<body>
2020-03-31 09:44:52 +00:00
<div class="mediawrapper">
<div class="mediatile">vid1</div>
<div class="mediatile">vid2</div>
<img id="tempici" alt="mylabel">
2020-03-31 09:44:52 +00:00
</div>
2020-03-31 08:06:33 +00:00
</body>
</html>