1
0
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:
Antoine
2016-04-07 14:32:14 +02:00
parent 91e5d1476e
commit 8231d3cac4
11 changed files with 308 additions and 3 deletions

View File

@@ -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>

View 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>

View File

@@ -0,0 +1,7 @@
<div id="search">
</div>
<div id="list">
</div>

View File

@@ -0,0 +1 @@