-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwhale.html
34 lines (28 loc) · 894 Bytes
/
whale.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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>매일웨일</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/cssprogress.min.css">
</head>
<body class="body-whale">
<main class="body-center">
<h1 class="sr-only">웨일</h1>
<a href="index.html"><img src="img/ic_back.png" alt="뒤로가기" class="btn-back fixed"></a>
<section id="whale-whale" class="center">
<div class="cssProgress">
<div class="progress2">
<div class="cssProgress-bar">
<span class="cssProgress-label"></span>
</div>
</div>
</div>
</section>
<section id="story-title-container"></section>
<section id="story"></section>
</main>
<script src="js/whale.js" type="module"></script>
</body>
</html>