7 changed files with 58 additions and 27 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
@ -1,30 +1,34 @@
@@ -1,30 +1,34 @@
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<title>Static</title> |
||||
<link rel="stylesheet" href="/css/bootstrap.min.css"/> |
||||
</head> |
||||
<body> |
||||
<div class="container"> |
||||
<div class="navbar"> |
||||
<div class="navbar-inner"> |
||||
<a class="brand" |
||||
href="https://github.com/SpringSource/spring-boot"> |
||||
Spring Boot |
||||
</a> |
||||
<ul class="nav"> |
||||
<li> |
||||
<a href="/"> |
||||
Home |
||||
</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<h1>Home</h1> |
||||
<div> |
||||
Some static content |
||||
</div> |
||||
</div> |
||||
</body> |
||||
<head> |
||||
<title>Static</title> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<script type="text/javascript" src="/js/jquery.min.js"></script> |
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" /> |
||||
<link rel="stylesheet" type="text/css" |
||||
href="/css/bootstrap-responsive.min.css" /> |
||||
<script type="text/javascript" src="/js/bootstrap.min.js"></script> |
||||
</head> |
||||
<body> |
||||
<div class="navbar"> |
||||
<div class="navbar-inner"> |
||||
<div class="container"> |
||||
<a class="brand" href="https://github.com/SpringSource/spring-boot"> |
||||
Spring Boot </a> <a class="btn btn-navbar" data-toggle="collapse" |
||||
data-target=".nav-collapse"> <span class="icon-bar"></span> <span |
||||
class="icon-bar"></span> <span class="icon-bar"></span> |
||||
</a> |
||||
<div class="nav-collapse collapse"> |
||||
<ul class="nav"> |
||||
<li><a href="/"> Home </a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container"> |
||||
<h1>Home</h1> |
||||
<div>Some static content</div> |
||||
</div> |
||||
</body> |
||||
</html> |
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue