-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (45 loc) · 2.13 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="birdOfKoreaLogo.png" type="image/x-icon">
<link rel="stylesheet" href="start.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>한국의 새</title>
</head>
<body>
<image src="흰눈썹황금새.jpg" alt="흰눈썹황금새" id="startingpageImage" class="slideRight" draggable="false"/>
<image src="괭이갈매기.jpg" id="nextImage" class="slideRight" draggable="false"/>
<div id="startPageIntro">
<h1 id="title">새미새</h1>
<p id="words">대한민국에 발견되는 새들을 탐조하는 사람들을 위한 사이트, <strong>"한국의 새"</strong>에 환영합니다!<br><br>
일반 도감은 물론, 종 검색, 동정 부탁, 탐조 기록, 새관련 뉴스 보기와 탐조 장비 구매가 가능한 사이트입니다.<br><br>
회원가입해서 새의 세상에 빠져볼까요?</p>
<form id="startPage" action="./EncyclopediaPage/encyclopedia.html">
<table id="loginTable">
<tr>
<td class="login">
<p>이메일:</p>
</td>
<td>
<input id="email" name="email" type="text" required autocomplete="off" spellcheck="false">
<br>
</td>
</tr>
<tr>
<td class="login">
<p>비밀번호:</p>
</td>
<td>
<input id="pw" name="pw" type="password" required autocomplete="off" spellcheck="false">
</td>
</tr>
</table>
<a href="./SignInPage/signIn.html" id="startNew">회원가입</a><span style="color:#2AB2FF" id="slash">/</span><a href="#" id="find">아이디비번 찾기</a>
<button id="submitButton" name="sumbitButton">Start</button>
</form>
</div>
<script src="start.js" type="module"></script>
</body>
</html>