fatkitten/app/views/default.slim

21 lines
546 B
Plaintext
Raw Normal View History

2013-07-10 16:46:37 +07:00
doctype html
html
head
2013-07-19 19:55:44 +07:00
title Paste Kitten
2013-07-12 17:40:26 +07:00
link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css"
2013-07-19 20:35:26 +07:00
link rel="icon" type="image/x-icon" href="/favicon.ico"
2013-07-12 17:40:26 +07:00
== css :application
2013-07-10 16:46:37 +07:00
body
2013-07-11 02:06:16 +07:00
a href="/"
h1
strong Paste
2013-07-19 19:55:44 +07:00
| Kitten
/!
Kitten image author is SkyProductions
http://skyproductions.deviantart.com/art/Kitten-line-art-252996232
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