mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-10 00:15:34 +00:00
WIP - Mise en place du soundboard
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<main>
|
||||
<header class="site-header" role="banner">
|
||||
|
||||
</header>
|
||||
|
||||
<main class="site-main" role="main">
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="site-footer" role="contentinfo">
|
||||
|
||||
</footer>
|
||||
|
||||
4
js/app/templates/search.hbs
Normal file
4
js/app/templates/search.hbs
Normal file
@@ -0,0 +1,4 @@
|
||||
<form action="index.html" method="post">
|
||||
<input type="text" name="s" value="">
|
||||
<input type="submit" name="submit" value="Rechercher">
|
||||
</form>
|
||||
7
js/app/templates/soundboard.hbs
Normal file
7
js/app/templates/soundboard.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="search">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="list">
|
||||
|
||||
</div>
|
||||
1
js/app/templates/sounds.hbs
Normal file
1
js/app/templates/sounds.hbs
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user