git-of-despair/views/index.haml

17 lines
433 B
Plaintext

%html
%head
%link{:media => 'screen',
:rel => 'stylesheet',
:href => '/css/despair.css'}
%title
Git of Despair
%body
%center
%div.logo
%form{:onsubmit => 'window.location=this.repo.value; return false;'}
%input{:type => 'text',
:name => 'repo',
:size => 50,
:placeholder => 'Enter a username or username/reponame'}