Skip to content

Commit a44e284

Browse files
committed
added basic iframe.jade file
1 parent 3ecc8e3 commit a44e284

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

iframe.jade

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
!!! 5
2+
html
3+
head
4+
meta(charset = 'utf-8')
5+
meta('http-equiv' = 'X-UA-Compatible', content = 'IE=edge,chrome=1')
6+
title Topcoat
7+
meta(name="viewport", content="user-scalable=no,initial-scale = 1.0,maximum-scale = 1.0")
8+
- if(project.debug)
9+
link(rel='stylesheet', type='text/css', href=document.relativeSource)
10+
- else
11+
style.
12+
!{document.minified}
13+
body=component.markup

0 commit comments

Comments
 (0)