Skip to content
Snippets Groups Projects
Commit bbb16570 authored by Minho Lim's avatar Minho Lim
Browse files

feat index.html file

parent 77ace511
Branches
No related tags found
No related merge requests found
...@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment