Skip to content

Commit

Permalink
Inline the static /multipage/ bits
Browse files Browse the repository at this point in the history
Fixes part of whatwg/html-build#1. Needs
corresponding changes in html-build/.
  • Loading branch information
annevk committed Sep 3, 2015
1 parent a731806 commit a262f1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .htaccess
Expand Up @@ -17,3 +17,15 @@ ForceType application/javascript
<files *.pdf>
ForceType application/pdf
</files>

<files *.txt>
ForceType text/plain
</files>

<files *.css>
ForceType text/css
</files>

<files *.html>
ForceType text/html
</files>
1 change: 1 addition & 0 deletions multipage/.htaccess
@@ -0,0 +1 @@
ErrorDocument 404 /multipage/404.html
File renamed without changes.

0 comments on commit a262f1d

Please sign in to comment.