This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
suttonelections
огледало од
https://github.com/adrianshort/suttonelections.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
2
Вики
Activity
Преглед изворни кода
Added stylesheet
tags/last-sinatra-version
Adrian Short
пре 16 година
родитељ
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…
Откажи
Сачувај