-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (24 loc) · 878 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Student Project: Javascript Assignment</title>
</head>
<body>
<header>
<img class="header-img" alt="course banner" src="public/media/image/course-banner.png">
<h1 class="header-title">STUDENT PROJECT: FULLSTACK ASSIGN<wbr>MENT</h1>
<div class="description">
<p>Group 27 "Kuri Team" - Yabe Online Mall</p>
</div>
<div class="main">
<div class="flex-container">
<a class="item" href="https://github.com/kuri-team/yabe-mall/blob/main/README.md" target="_blank">README.MD</a>
<a class="item main-item" href="https://kuri-team.github.io/yabe-mall/public/mall/">PRODUCT DEPLOY<wbr>MENT</a>
</div>
</div>
</header>
</body>
</html>