Commit 6d76467a authored by Dave Syer's avatar Dave Syer

Add responsive features to static sample

parent 0fee00f0
This diff is collapsed.
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Static</title> <title>Static</title>
<link rel="stylesheet" href="/css/bootstrap.min.css"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> <script type="text/javascript" src="/js/jquery.min.js"></script>
<body> <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
<div class="container"> <link rel="stylesheet" type="text/css"
<div class="navbar"> href="/css/bootstrap-responsive.min.css" />
<div class="navbar-inner"> <script type="text/javascript" src="/js/bootstrap.min.js"></script>
<a class="brand" </head>
href="https://github.com/SpringSource/spring-boot"> <body>
Spring Boot <div class="navbar">
</a> <div class="navbar-inner">
<ul class="nav"> <div class="container">
<li> <a class="brand" href="https://github.com/SpringSource/spring-boot">
<a href="/"> Spring Boot </a> <a class="btn btn-navbar" data-toggle="collapse"
Home data-target=".nav-collapse"> <span class="icon-bar"></span> <span
</a> class="icon-bar"></span> <span class="icon-bar"></span>
</li> </a>
</ul> <div class="nav-collapse collapse">
</div> <ul class="nav">
</div> <li><a href="/"> Home </a></li>
<h1>Home</h1> </ul>
<div> </div>
Some static content </div>
</div> </div>
</div> </div>
</body> <div class="container">
<h1>Home</h1>
<div>Some static content</div>
</div>
</body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment