update readme with useful docs, fix normalize.css
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user