-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (88 loc) · 2.06 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="google-site-verification" content="2KJwAs9AIZktQnJq2eKDqK7IL8lfN1AWrJC_e3ccEx8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" />
<title>Old Novice</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
background-color: #222222;
color: #777777;
font-family: monospace;
font-size: 16px;
line-height: 2em;
}
h1 {
color: #999999;
font-size: 40px;
font-weight: normal;
line-height: 1.6em;
margin: 1em 0 1em;
text-transform: lowercase;
}
a {
color: #336699;
text-decoration: none;
}
a:link {
border-bottom: 1px dotted #336699;
}
a:visited {
border-bottom: 1px dotted #336699;
}
a:hover {
border-bottom: 1px solid #336699;
}
a:active {
border-bottom: 1px dotted #336699;
}
li {
list-style-type: none;
margin: 2em 0;
}
#wrapper {
max-width: 320px;
margin: 0 auto 20px;
padding: 20px;
}
</style>
</head>
<body>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WJ54GM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJ54GM');</script>
<div id="wrapper">
<h1>
Old Novice<br />
<small>Projects</small>
</h1>
<ul>
<li>
<a href="https://www.mlocal.biz">www.mlocal.biz</a><br />
Macau local business directory
</li>
<li>
<a href="https://busnwalk.com">busnwalk.com</a><br />
Macau bus route planner
</li>
<li>
<a href="https://github.com/ngsiolei/macauapi-docs">Macau API docs</a><br />
API docs for Macau data, only 1 method (place suggestion) now
</li>
<li>
<a href="https://www.macaufootball.com">www.macaufootball.com</a><br />
Something about Macau football
</li>
</ul>
</div>
</body>
</html>