-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathlogout.html
47 lines (47 loc) · 2.56 KB
/
logout.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
<!DOCTYPE html>
<html lang="zh-Hant" xml:lang="zh-Hant"><head><meta charset="utf-8" />
<title>萌典〔教育部國+臺+客語有聲辭典〕(民間線上版)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script>
if (/http:\/\/(?:www.)?moedict\.tw/i.test(document.URL)) {
url = "https://www.moedict.tw/logout.html";
location.replace(url);
}
</script>
<link href="styles.css" rel="stylesheet"></link>
</head>
<body id="moedict" class="about">
<div class="navbar navbar-inverse navbar-fixed-top">
<a class="navbar-brand brand ebas" href="./">萌典</a>
<ul class="nav navbar-nav" style="float: left; width: 200px">
<li style="display: inline-block"><a href="https://twitter.com/moedict"
target="_blank" title="萌典 Twitter"><i
class="icon-twitter-sign"></i></a></li>
<li style="display: inline-block"><a href="https://play.google.com/store/apps/details?id=org.audreyt.dict.moe" target="_blank" title="Google Play 下載"><i class="icon-android"></i></a></li>
<li style="display: inline-block"><a href="http://itunes.apple.com/app/id1434947403" target="_blank" title="App Store 下載"><i class="icon-apple"></i></a></li>
</ul>
<ul class="nav navbar-nav pull-right" style="display:
inline-block; min-width: 120px; text-align: right">
<li style="display: inline-block"><a href="http://g0v.tw/"
target="_blank" title="g0v.tw 零時政府">
<img src="http://g0v.tw/imgs/g0v-icon-invert.png" /></a></li>
<li style="display: inline-block">
<a href="./" title="回到萌典"><span class="ebas iconic-circle">止</span></a>
</li>
</ul>
</div>
<a href="./"><img style="float: left; margin: 10px 20px 10px 30px" title="萌典首頁" class="logo" src="icon.png" width="30%"></a>
<div class="content">
<h2>您已成功登出。</h2>
<div>
<a id="opensearch" class="btn btn-default btn-info" onclick="window.external.AddSearchProvider('https://www.moedict.tw/opensearch/moedict.xml'); return false">加入搜尋列</a>
<a id="opensearch" class="btn btn-danger" onclick="
if (confirm('確定清除字詞紀錄簿?')) {
localStorage.removeItem('starred-a');
localStorage.removeItem('starred-t');
localStorage.removeItem('starred-h');
localStorage.removeItem('starred-c');
alert('清除成功!');
}
">清除字詞紀錄簿</a>
</div>