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
d01bc59d
Commit
d01bc59d
authored
Jan 17, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to bootstrap 3.0.3
parent
aded7435
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
22 deletions
+26
-22
pom.xml
spring-boot-samples/spring-boot-sample-web-static/pom.xml
+1
-1
index.html
.../spring-boot-sample-web-static/src/main/webapp/index.html
+25
-21
No files found.
spring-boot-samples/spring-boot-sample-web-static/pom.xml
View file @
d01bc59d
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<groupId>
org.webjars
</groupId>
<artifactId>
bootstrap
</artifactId>
<artifactId>
bootstrap
</artifactId>
<version>
2.3.0
</version>
<version>
3.0.3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<groupId>
org.webjars
</groupId>
...
...
spring-boot-samples/spring-boot-sample-web-static/src/main/webapp/index.html
View file @
d01bc59d
...
@@ -3,33 +3,37 @@
...
@@ -3,33 +3,37 @@
<head>
<head>
<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"
>
<script
type=
"text/javascript"
src=
"/webjars/jquery/2.0.3/jquery.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/webjars/bootstrap/2.3.0/css/bootstrap.min.css"
/>
href=
"/webjars/bootstrap/3.0.3/css/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/webjars/bootstrap/2.3.0/css/bootstrap-responsive.min.css"
/>
<script
type=
"text/javascript"
src=
"/webjars/bootstrap/2.3.0/js/bootstrap.min.js"
></script>
</head>
</head>
<body>
<body>
<div
class=
"navbar"
>
<script
type=
"text/javascript"
<div
class=
"navbar-inner"
>
src=
"/webjars/jquery/2.0.3/jquery.min.js"
></script>
<div
class=
"container"
>
<div
id=
"navbar"
class=
"navbar navbar-default"
role=
"navigation"
>
<a
class=
"brand"
href=
"https://github.com/SpringSource/spring-boot"
>
<div
class=
"navbar-header"
>
Spring Boot
</a>
<a
class=
"btn btn-navbar"
data-toggle=
"collapse"
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".nav-collapse"
>
<span
class=
"icon-bar"
></span>
<span
data-target=
".navbar-collapse"
>
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
</a>
class=
"icon-bar"
></span>
<div
class=
"nav-collapse collapse"
>
</button>
<ul
class=
"nav"
>
<a
class=
"navbar-brand"
<li><a
href=
"/"
>
Home
</a></li>
href=
"https://github.com/SpringSource/spring-boot"
>
Spring Boot
</ul>
</a>
</div>
</div>
</div>
<div
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"/"
>
Home
</a></li>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"
container
"
>
<div
class=
"
jumbotron
"
>
<h1>
Home
</h1>
<h1>
Home
</h1>
<div>
Some static content
</div>
<p>
Some static content
</p>
<p>
<a
class=
"btn btn-lg btn-primary"
href=
"#navbar"
role=
"button"
>
Go
»
</a>
</p>
</div>
</div>
<script
type=
"text/javascript"
src=
"/webjars/bootstrap/3.0.3/js/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
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