-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content='commita software development code test driven rails shop python ruby' name='keywords' />
<meta content='Commita is a commit -a.' name='description' />
<meta content='en-US' http-equiv='content-Language' />
<title>Commita.com</title>
<style type="text/css">
body { background-color: #fff; color: #ccc; text-align: center; font-family: arial, sans-serif; font-size: 150%; line-height: 1.5em;}
div.the_only_one {
width:840px;
padding: 0 4em;
margin: 4em auto 0 auto;
text-align:left;
}
h1 { font-size: 150%; color: #ccc; line-height: 1.5em; }
a { color: #ccc;}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24228971-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="the_only_one">
<h1>We make software happen.</h1>
<img src='/assets/images/commita.png'></img>
<p>contact us at <a href='mailto:support@commita.com'>support@commita.com</a></p>
</div>
</body>
</html>