Toggle navigation
Toggle navigation
This project
Loading...
Sign in
201side
/
floater
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
robin*
2020-12-09 19:56:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb3886fd7cc475ade39f822683e808462f4192ee
bb3886fd
1 parent
1fdbde3a
Builds for 1 pipeline
failed
in 0 seconds
부트스트랩 5로 버전업
Changes
1
Builds
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/layouts/main.handlebars
src/views/layouts/main.handlebars
View file @
bb3886f
...
...
@@ -6,7 +6,7 @@
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
Floater
</title>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@
4.5.3
/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@
5.0.0-beta1
/dist/css/bootstrap.min.css"
>
</head>
<body>
<nav
class=
"navbar navbar-light bg-light"
>
...
...
@@ -18,7 +18,7 @@
{{{
body
}}}
</div>
<script
src=
"https://code.jquery.com/jquery-3.5.1.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@
4.5.3
/dist/js/bootstrap.bundle.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@
5.0.0-beta1
/dist/js/bootstrap.bundle.min.js"
></script>
<script
src=
"https://unpkg.com/vue@next"
></script>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment