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 12:37:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31eda76be3966768517f3a408e1e3f39b03b2c25
31eda76b
1 parent
afa22947
기본 레이아웃 제작
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
src/views/layouts/main.handlebars
src/views/layouts/main.handlebars
0 → 100644
View file @
31eda76
<!doctype html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
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"
>
</head>
<body>
<nav
class=
"navbar navbar-light bg-light"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"/"
>
Floater
</a>
</div>
</nav>
<div
class=
"container"
>
{{{
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://unpkg.com/vue@next"
></script>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment