Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
suttonelections
espelho de
https://github.com/adrianshort/suttonelections.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
2
Wiki
Trabalho
Ver a proveniência
Added stylesheet
tags/last-sinatra-version
Adrian Short
há 14 anos
ascendente
4481364812
cometimento
d8ae2aed66
3 ficheiros alterados
com
7 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
app.rb
+2
-0
config.ru
+4
-0
public/style.css
+ 1
- 0
app.rb
Ver ficheiro
@@ -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
Ver ficheiro
@@ -1,2 +1,4 @@
# For deploying on Heroku
require 'app'
run Sinatra::Application
+ 4
- 0
public/style.css
Ver ficheiro
@@ -0,0 +1,4 @@
body
{
background-color: beige;
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar