mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-10 12:37:06 +08:00
Add htaccess, make base configurable
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteBase <%= base %>
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule .* index.html [PT]
|
||||
@@ -1,7 +1,7 @@
|
||||
doctype html
|
||||
html(ng-app="sideBySide")
|
||||
head
|
||||
base(href='/')
|
||||
base(href="#{base}")
|
||||
title Side By Side viewer
|
||||
meta(charset="utf-8")
|
||||
link(rel="stylesheet", type="text/css", href="//fonts.googleapis.com/css?family=Noticia+Text:400,700,400italic,700italic")
|
||||
|
||||
Reference in New Issue
Block a user