Skip to content

Instantly share code, notes, and snippets.

@cortix
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cortix/68b584310e9be62de4c6 to your computer and use it in GitHub Desktop.
Save cortix/68b584310e9be62de4c6 to your computer and use it in GitHub Desktop.
​<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
wicket:id="html" xmlns:wicket="http://wicket.apache.org">
<head>
<title></title>
<!-- Custom styles for this template -->
<link href="resource/styles/jumbotron.css" rel="stylesheet">
<link href="resource/styles/signin.css" rel="stylesheet" type="">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<a name="top" style="display: none;"></a>
<a class="sr-only" href="#content">Skip navigation</a>
<header wicket:id="navbar" ></header>
<wicket:child/>
<wicket:panel wicket:id="footer"></wicket:panel>
<pre style="display:none" wicket:id="code-internal"></pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment