-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (48 loc) · 1.38 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Womany-tab</title>
<link rel=stylesheet type="text/css" href="css/style.css">
<script src="js/latest-articles.js" type="text/javascript" charset="utf-8"></script>
<script src="vendor/moment-with-locales.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/init.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="header">
<h1>
<a href="https://womany.net">
<img src="images/logotitle.png" alt="女人迷 womany">
</a>
</h1>
<div class="time">現在時間是 <span></span></div>
</div>
<div id="main">
<section id="search">
<form action="http://www.google.com.tw/search" method="GET" id="search_form">
<input type="text" name="query" id="query" autocomplete="off" autofocus />
<input type="submit" value="搜尋">
<div id="search_suggestion">
<div></div>
</div>
</form>
</section>
<section id="latest-articles">
<h2 class="title">
<span>最新文章</span>
</h2>
<ul>
<li class="pending">
文章載入中…
</li>
</ul>
</section>
<section id="daily_quote">
</section>
</div>
<div id="footer">
親愛的~我們最愛妳 <span class="heart">♥</span> womany.net
</div>
</body>
</html>