update readme with useful docs, fix normalize.css

This commit is contained in:
2014-08-19 20:23:36 -07:00
parent 7c9f7840fd
commit 489596d7c7
3 changed files with 12 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/vendor/normalize-css/normalize.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/app.css">
<script src="/vendor/modernizr/modernizr.js"></script>
@@ -26,7 +26,7 @@
<!-- Add your site or application content here -->
<p>Record all the audio</p>
<div class="button record"><input type="file" accept="audio/*;capture=microphone"></div>
<div class="button record"></div>
<script src="/vendor/requirejs/require.js" data-main="js/main"></script>
</body>