summaryrefslogtreecommitdiffstats
path: root/src/templates/main.template.html
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-09 13:54:44 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:16:01 +0100
commit4cb50b346d13d25b5aef0fe62c16e6407bb43d54 (patch)
treed3259aa6e2bb2729244bfbbf02ba37c8285c7ee3 /src/templates/main.template.html
parentc1afd8404aca7a86a254a9ee8f80a87a5d8863c9 (diff)
FUNCT Added player
Diffstat (limited to 'src/templates/main.template.html')
-rw-r--r--src/templates/main.template.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/templates/main.template.html b/src/templates/main.template.html
index 0f3081c..4f9bd70 100644
--- a/src/templates/main.template.html
+++ b/src/templates/main.template.html
@@ -1 +1,10 @@
-This is the mediaplayer \ No newline at end of file
+<div class="container-fluid">
+ <div class="row">
+ <div class="col-lg-6 col-md-12 playlistContainer" id="PlaylistContainer">
+
+ </div>
+ <div class="col-lg-6 col-md-12 playerContainer" id="PlayerContainer">
+
+ </div>
+ </div>
+</div>