Moved views
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title Pastemaster
|
||||
link rel="stylesheet" href="/normalize.css?v2.1.2"
|
||||
link rel="stylesheet" href="/assets/pastemaster.css?r1"
|
||||
link rel="stylesheet" href="/assets/dropdown.css?r1"
|
||||
link rel="stylesheet" href="/pygments_solarized_modified.css?r1"
|
||||
body
|
||||
a href="/"
|
||||
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"
|
||||
script type="text/javascript" src="/assets/dropdown.js?r1"
|
||||
@@ -0,0 +1,20 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title 403 Forbidden
|
||||
meta charset="utf-8"
|
||||
style type="text/css"
|
||||
| html { display: table; }
|
||||
| body { display: table-cell; }
|
||||
| html, body {
|
||||
| width: 100%; height: 100%;
|
||||
| margin: 0; padding: 0;
|
||||
| text-align: center; vertical-align: middle;
|
||||
| font-face: Helvetica, Arial, sans-serif;
|
||||
| font-size: 2em;
|
||||
| font-weight: 100;
|
||||
| background-color: #fafafa;
|
||||
| color: #444444;
|
||||
| }
|
||||
body
|
||||
| 403 Forbidden
|
||||
@@ -0,0 +1,20 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title 404 Not Found
|
||||
meta charset="utf-8"
|
||||
style type="text/css"
|
||||
| html { display: table; }
|
||||
| body { display: table-cell; }
|
||||
| html, body {
|
||||
| width: 100%; height: 100%;
|
||||
| margin: 0; padding: 0;
|
||||
| text-align: center; vertical-align: middle;
|
||||
| font-face: Helvetica, Arial, sans-serif;
|
||||
| font-size: 2em;
|
||||
| font-weight: 100;
|
||||
| background-color: #fafafa;
|
||||
| color: #444444;
|
||||
| }
|
||||
body
|
||||
| 404 Not Found
|
||||
@@ -0,0 +1,11 @@
|
||||
form action="/" method="post" accept-charset="UTF-8"
|
||||
textarea name="contents"
|
||||
input id="type-input" type="hidden" name="type" value=""
|
||||
div id="type" class="wrapper-dropdown" tabindex="1"
|
||||
span Syntax
|
||||
ul.dropdown
|
||||
li.selected data-value="" Plain Text
|
||||
- for code, name in @lexers
|
||||
li data-value=code =name
|
||||
input type="submit" value="Save"
|
||||
a href="#" role="submit" Save
|
||||
@@ -0,0 +1 @@
|
||||
== @paste.html
|
||||
Reference in New Issue
Block a user