-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.jst
48 lines (38 loc) · 1.17 KB
/
index.jst
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
<!doctype html>
<html lang="en" class="no-js">
<title>
Diaspora X²
</title>
<meta charset="utf-8">
<%= project.stylesheetIncludes() %>
<%= project.scriptIncludes() %>
</head>
<body>
<div id='notification'></div>
<div id="log"></div>
<div class='header'>
<div class="container_12">
<div class="grid_5">
<h1><a href="#home">DIASPORA*</a> <span class='sub_text'>X²</span></h1>
</div>
<div class="grid_3 prefix_3" id="auth-container">
</div>
<div class="clear"></div>
<ul class="tabs" id="main-tabs">
</ul>
</div>
</div>
<div class='container_12' id="content">
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4944761-5']);
_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>
</body>
</html>