fatkitten/app/views/default.slim

15 lines
359 B
Plaintext
Raw Normal View History

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