forked from koding/koding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
25 lines (24 loc) · 721 Bytes
/
Copy patherror.html
File metadata and controls
25 lines (24 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><%= code %> - <%= error_messages[code] %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/hello/css/style.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container">
<header>
<a href="http://koding.com">Koding.com</a>
</header>
<h2>
<%= code %> - <%= error_messages[code] %>
</h2>
<div class="wrap" style="text-align: center;">
<%= messageHTML %>
</div>
</div>
<footer>ಠ_ಠ</footer>
</body>
</html>