mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-10 21:27:05 +01:00
29 lines
1012 B
Plaintext
29 lines
1012 B
Plaintext
!!! XML
|
|
!!!
|
|
%html
|
|
%head
|
|
%title GitStats
|
|
%link{:rel => "stylesheet", :href => "assets/bootstrap/css/bootstrap.min.css", :type => "text/css"}
|
|
%link{:rel => "stylesheet", :href => "assets/bootstrap/css/bootstrap-responsive.min.css", :type => "text/css"}
|
|
%script{:src => "assets/jquery.min.js", :type => "text/javascript"}
|
|
%script{:src => "assets/bootstrap/js/bootstrap.min.js", :type => "text/javascript"}
|
|
%body
|
|
%div.navbar.navbar-inverse.navbar-fixed-top
|
|
%div.navbar-inner
|
|
%div.container
|
|
%a.btn.btn-navbar{'data-toggle' => "collapse", 'data-target' => ".nav-collapse"}
|
|
%span.icon-bar
|
|
%span.icon-bar
|
|
%span.icon-bar
|
|
%a.brand{:href => "#"} Project name
|
|
%div.nav-collapse.collapse
|
|
%ul.nav
|
|
%li.active
|
|
%a{:href => "#"} Home
|
|
%li
|
|
%a{:href => "#"} Home2
|
|
%li
|
|
%a{:href => "#"} Hom3
|
|
%div.container
|
|
= yield
|