This website works better with JavaScript.
首頁
探索
說明
登入
adrianshort
/
suttonelections
镜像来自
https://github.com/adrianshort/suttonelections.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
Added stylesheet
tags/last-sinatra-version
Adrian Short
14 年之前
父節點
4481364812
當前提交
d8ae2aed66
共有
3 個文件被更改
,包括
7 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app.rb
+2
-0
config.ru
+4
-0
public/style.css
+ 1
- 0
app.rb
查看文件
@@ -27,6 +27,7 @@ __END__
%html
%head
%title Find My Candidates
%link{ :rel => 'stylesheet', :type => 'text/css', :href => 'style.css' }
%body
#main
%h1 Find My Candidates
+ 2
- 0
config.ru
查看文件
@@ -1,2 +1,4 @@
# For deploying on Heroku
require 'app'
run Sinatra::Application
+ 4
- 0
public/style.css
查看文件
@@ -0,0 +1,4 @@
body
{
background-color: beige;
}
Write
Preview
Loading…
取消
儲存