|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | | -<head> |
4 | | - <title>The change you wanted was rejected (422)</title> |
5 | | - <style type="text/css"> |
6 | | - body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
7 | | - div.dialog { |
8 | | - width: 25em; |
9 | | - padding: 0 4em; |
10 | | - margin: 4em auto 0 auto; |
11 | | - border: 1px solid #ccc; |
12 | | - border-right-color: #999; |
13 | | - border-bottom-color: #999; |
14 | | - } |
15 | | - h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
16 | | - </style> |
17 | | -</head> |
18 | | - |
19 | | -<body> |
20 | | - <!-- This file lives in public/422.html --> |
21 | | - <div class="dialog"> |
22 | | - <h1>The change you wanted was rejected.</h1> |
23 | | - <p>Maybe you tried to change something you didn't have access to.</p> |
24 | | - </div> |
25 | | -</body> |
| 3 | + <head> |
| 4 | + <title>The change you wanted was rejected (422)</title> |
| 5 | + <meta name = "viewport" content = "width = device-width"> |
| 6 | + <!-- <link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.2.0.min.css"> --> |
| 7 | + <link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" /> |
| 8 | + <script src="/assets/application.js" type="text/javascript"></script> |
| 9 | + <script src="/assets/prettify.js"></script> |
| 10 | + <script>$(function () { prettyPrint() })</script> |
| 11 | + <link href="/assets/prettify.css" rel="stylesheet"> |
| 12 | + |
| 13 | + </head> |
| 14 | + <body class='body-home'> |
| 15 | + <header class='topbar'> |
| 16 | + <div class='topbar-inner'> |
| 17 | + <div class='container'> |
| 18 | + <div id='logo'> |
| 19 | + <a href="/">Hackety Hack</a> |
| 20 | + </div> |
| 21 | + <ul class="nav"><li><a href="/blog" class="first">Blog</a></li><li><a href="/questions" class="">Questions</a></li><li><a href="/lessons" class="">Lessons</a></li><li><a href="/programs" class="">Programs</a></li><li><a href="/faq" class="">FAQ</a></li><li><a href="/support/questions" class="">Support</a></li><li><a href="/contribute" class="last">Contribute</a></li></ul> |
| 22 | + <ul class="nav secondary-nav"><li><a href="/login" class="first">Log In</a></li><li><a href="/users/sign_up" class="last">Sign Up</a></li></ul> |
| 23 | + </div> |
| 24 | + </div> |
| 25 | + </header> |
| 26 | + <div class='home' id='content-wrap'> |
| 27 | + <div class='container one-column'> |
| 28 | + |
| 29 | + <div id='content'> |
| 30 | + <br /> |
| 31 | + <section> |
| 32 | + <h2>The change you wanted was rejected.</h2> |
| 33 | + <p>Maybe you tried to change something you didn't have access to.</p> |
| 34 | + </section> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + <footer> |
| 39 | + <div class='container'> |
| 40 | + <ul class="pills"><li><a href="/" class="active current first">Home</a></li><li><a href="/blog" class="">Blog</a></li><li><a href="/questions" class="">Questions</a></li><li><a href="/programs" class="">Programs</a></li><li><a href="/faq" class="">FAQ</a></li><li><a href="/support/questions" class="last">Support</a></li></ul> |
| 41 | + </div> |
| 42 | + </footer> |
| 43 | + </body> |
26 | 44 | </html> |
0 commit comments