fatkitten/views/default.slim

15 lines
451 B
Plaintext
Raw Normal View History

2013-07-10 16:46:37 +07:00
doctype html
html
head
title Pastemaster
link rel="stylesheet" href="/normalize.css?v2.1.2"
link rel="stylesheet" href="/assets/pastemaster.css?r1"
2013-07-10 19:02:19 +07:00
link rel="stylesheet" href="/pygments_solarized_modified.css?r1"
2013-07-10 16:46:37 +07:00
body
h1
strong Paste
| master
.container== yield
script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"
script type="text/javascript" src="/assets/pastemaster.js?r1"