GCAT5.0 released
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>GCAT</title>
|
||||
<%= favicon_link_tag "/favicon.ico" %>
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
<body>
|
||||
<nav id="nav-bar" class="navbar navbar-default" role="navigation">
|
||||
<h1>GCAT</h1>
|
||||
</nav>
|
||||
<div>
|
||||
<div id='contents'>
|
||||
<%= yield %>
|
||||
</div>
|
||||
<div id='footer' style='float:right; padding: 5px;'>
|
||||
Copyright © 2012 The Board of Regents of the University of Wisconsin System
|
||||
<%= image_tag 'lgplv.jpg' %>
|
||||
<%= image_tag 'GLBRC_horz_cmyk_small.jpg' %>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user