forked from esminc/esminc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 954 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Eiwa System Management, Inc.</title>
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<h1><a href="http://www.esm.co.jp/">Eiwa System Management, Inc.</a></h1>
<ul>
<li><a href="http://ruby.agile.esm.co.jp/">Ruby x Agile</a></li>
</ul>
<h2>Pivotal Tracker</h2>
<ul>
<li><a href="pivotaltracker/help/gettingstarted_ja">Getting Started (Japanese Translation)</li>
</ul>
<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-3364058-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>