mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-22 13:40:40 +08:00
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
doctype html
|
|
html(ng-app="sideBySide")
|
|
head
|
|
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")
|
|
for style in styles
|
|
link(rel="stylesheet", type="text/css", href="#{style}")
|
|
for script in scripts
|
|
script(src="#{script}")
|
|
|
|
include includes/body.html.jade
|