Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
5b671847
Commit
5b671847
authored
Nov 24, 2014
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.1.x'
parents
d5ad502d
ccbc606d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.html
.../spring-boot-sample-web-static/src/main/webapp/index.html
+4
-4
No files found.
spring-boot-samples/spring-boot-sample-web-static/src/main/webapp/index.html
View file @
5b671847
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
<title>
Static
</title>
<title>
Static
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"stylesheet"
type=
"text/css"
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
/
webjars/bootstrap/3.0.3/css/bootstrap.min.css"
/>
href=
"webjars/bootstrap/3.0.3/css/bootstrap.min.css"
/>
</head>
</head>
<body>
<body>
<script
type=
"text/javascript"
<script
type=
"text/javascript"
src=
"
/
webjars/jquery/2.0.3/jquery.min.js"
></script>
src=
"webjars/jquery/2.0.3/jquery.min.js"
></script>
<div
id=
"navbar"
class=
"navbar navbar-default"
role=
"navigation"
>
<div
id=
"navbar"
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</div>
</div>
<div
class=
"navbar-collapse collapse"
>
<div
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"/"
>
Home
</a></li>
<li><a
href=
"
.
/"
>
Home
</a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
...
@@ -34,6 +34,6 @@
...
@@ -34,6 +34,6 @@
</p>
</p>
</div>
</div>
<script
type=
"text/javascript"
<script
type=
"text/javascript"
src=
"
/
webjars/bootstrap/3.0.3/js/bootstrap.min.js"
></script>
src=
"webjars/bootstrap/3.0.3/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment