使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
adrianshort
/
suttonelections
镜像自地址
https://github.com/adrianshort/suttonelections.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
2
百科
动态
浏览代码
Added stylesheet
tags/last-sinatra-version
Adrian Short
16 年前
父节点
4481364812
当前提交
d8ae2aed66
共有
3 个文件被更改
,包括
7 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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;
}
撰写
预览
正在加载...
取消
保存