basic video tile
This commit is contained in:
17
index.html
17
index.html
@ -1,10 +1,25 @@
|
||||
<!--
|
||||
-- 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>Title</title>
|
||||
<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>
|
Reference in New Issue
Block a user