1
0
Fork 0
fatkitten/app/views/default.slim

15 lines
359 B
Plaintext
Raw Normal View History

2013-07-10 09:46:37 +00:00
doctype html
html
head
title Pastemaster
2013-07-12 10:40:26 +00:00
link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css"
== css :application
2013-07-10 09:46:37 +00:00
body
2013-07-10 19:06:16 +00:00
a href="/"
h1
strong Paste
| master
2013-07-10 09:46:37 +00:00
.container== yield
2013-07-12 10:40:26 +00:00
script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"
== js :application