Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
adrianshort
/
suttonelections
peilaus alkaen
https://github.com/adrianshort/suttonelections.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
2
Wiki
Toiminta
Selaa lähdekoodia
Added stylesheet
tags/last-sinatra-version
Adrian Short
16 vuotta sitten
vanhempi
4481364812
commit
d8ae2aed66
3 muutettua tiedostoa
jossa
7 lisäystä
ja
0 poistoa
Jaettu näkymä
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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -1,2 +1,4 @@
# For deploying on Heroku
require 'app'
run Sinatra::Application
+ 4
- 0
public/style.css
Näytä tiedosto
@@ -0,0 +1,4 @@
body
{
background-color: beige;
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna