-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
48 lines (40 loc) · 1.2 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RubyConf Taiwan</title>
<style>
body {
font-family: "Verdana", sans-serif;
}
.main {
width: 800px;
margin: auto;
}
li {
font-size: 2em;
}
</style>
</head>
<body>
<div class="main">
<h1>RubyConf Taiwan</h1>
<img src="matz_rubyconftw_2012.png" width="800" title="Matz at RubyConf Taiwan 2012" alt="Matz at RubyConf Taiwan 2012">
<ul>
<li><a href="/2014">2014/4/25-26, Taipei</a></li>
<li><a href="/2012">2012/12/7-8, Taipei</a></li>
<li><a href="/2011">2011/8/26-27, Taipei</a></li>
<li><a href="/2010">2010/4/25, Taipei</a></li>
</ul>
<p><small>Feel free to contact us: <a href="mailto:[email protected]">[email protected]</a></small></p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-145330-8");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>