This website works better with JavaScript.
首頁
探索
說明
登入
adrianshort
/
suttonelections
镜像来自
https://github.com/adrianshort/suttonelections.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
Added 404 Not Found page
tags/last-sinatra-version
Adrian Short
14 年之前
父節點
f849c5872d
當前提交
b444ba7a84
共有
2 個文件被更改
,包括
11 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app.rb
+7
-0
views/not_found.haml
+ 4
- 0
app.rb
查看文件
@@ -65,3 +65,7 @@ end
get '/aliens' do
haml :aliens
end
not_found do
haml :not_found
end
+ 7
- 0
views/not_found.haml
查看文件
@@ -0,0 +1,7 @@
.grid_9
%h1 Not Found
%p Oops, we can't find that page.
%p
%a{ :href => '/' }Go back to the home page
Write
Preview
Loading…
取消
儲存