Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
adrianshort
/
suttonelections
kopie van
https://github.com/adrianshort/suttonelections.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
2
Wiki
Activiteit
Bladeren bron
Added stylesheet
tags/last-sinatra-version
Adrian Short
14 jaren geleden
bovenliggende
4481364812
commit
d8ae2aed66
3 gewijzigde bestanden
met
toevoegingen van 7
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-0
app.rb
+2
-0
config.ru
+4
-0
public/style.css
+ 1
- 0
app.rb
Bestand weergeven
@@ -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
Bestand weergeven
@@ -1,2 +1,4 @@
# For deploying on Heroku
require 'app'
run Sinatra::Application
+ 4
- 0
public/style.css
Bestand weergeven
@@ -0,0 +1,4 @@
body
{
background-color: beige;
}
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan