-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (60 loc) · 2.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css"></link>
<link rel="shortcut icon" href="favicon.ico"></link>
<title> 네이버 웨일 </title>
</head>
<body>
<div class="wallpaper">
<img src="https://whale-store.pstatic.net/20191111_286/1573440796151Svjpk_PNG/nightwhale_img01.png" class="backgroundWallpaper"/>
</div>
<div class="imageInfo">
<div class="imageInfo-text">
<button type="button" class="imageInfo-btn imageInfo-btn-a"> 다크 스페이스 웨일 </button>
<button type="button" class="imageInfo-btn imageInfo-btn-b"> NAVER Whale </button>
</div>
</div>
<div class="middleWare">
<div class="weatherContainer">
<span class="weather">
위치를 찾는 중..
</span>
</div>
<div class="clock">
<p id="time"> 00:00:00 </p>
</div>
</div>
<div class="operateZone">
<div class="searchContainer">
<form class="searchForm">
<div class="searchDetail">
<a href="https://www.naver.com" class="searchLogo">
<img src="./logo.png" width="20" height="20" id="naverLogo"/>
</a>
<input type="text" class="search" placeholder="검색어를 입력하세요"></input>
</div>
</form>
</div>
<!--
<form id="form">
<p id="time"> 00:00:00 </p>
<p id="user"></p>
<input type="text" class="userInput" id="userInput" placeholder="Plz enter your name!"></input>
</form>
<form id="toDoform" >
<input type="text" class="toDoInput" id="toDoInput" placeholder="Plz enter your To-Do list!"></input>
</form>
<div id="toDoList">
</div>
-->
</div>
<script src="timer.js"></script>
<script src="search.js"></script>
<script src="weather.js"></script>
<!--
<script src="toDoList.js"></script>
<script src="weather.js"></script> -->
</body>
</html>