Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
html_css
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Minho Lim
html_css
Commits
bbb16570
Commit
bbb16570
authored
2 years ago
by
Minho Lim
Browse files
Options
Downloads
Patches
Plain Diff
feat index.html file
parent
77ace511
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+21
-6
21 additions, 6 deletions
public/index.html
with
21 additions
and
6 deletions
public/index.html
+
21
−
6
View file @
bbb16570
...
@@ -3,21 +3,36 @@
...
@@ -3,21 +3,36 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<title>
Plain HTML site using GitLab Pages
</title>
<title>
Task 3 - Minho Lim
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
</head>
<body>
<body>
<div
class=
"navbar"
>
<!--
<div class="navbar">
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div> -->
<div
class=
"container"
>
<div
class=
"parent-container"
>
<h1
class=
"title"
>
내 정보
</h1>
<div
class=
"child-container"
>
<img
class=
"cover"
src=
"images/cover.jpg"
>
<div
class=
"info-box"
>
<h2>
이름
</h2>
<h3>
임민호
</h3>
<h2>
학번
</h2>
<h3>
201920478
</h3>
<h2>
학과
</h2>
<h3>
소프트웨어학과
</h3>
</div>
</div>
</div>
</div>
</div>
<h1>
Hello World!
</h1>
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment