forked from EFFALO/domekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.erb
51 lines (47 loc) · 1.36 KB
/
index.erb
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
<!DOCTYPE html>
<html>
<head>
<style type="text/css" media="screen">
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
</style>
</head>
<body>
<h1>Domekit</h1>
<%= render 'svn', :svn_name => 'Closure Library', :svn_path => 'google-closure-library',
:svn_url => 'http://closure-library.googlecode.com/svn/trunk/' %>
<ul>
<li>
<a href='docs/index'>Closure Script Documentation</a>
</li>
<li>
<a href='google-closure-library/all_tests'>Closure Library Tests</a>
</li>
<li>
<a href='google-closure-library/closure/goog/demos/index'>Closure Library Demos</a>
</li>
</ul>
<ul>
<li>
<a href='domekit'>Domekit Demo - Raw</a>
</li>
<li>
<a href='domekit?build'>Domekit Demo - Build</a>
</li>
<li>
<a href='domekit?debug'>Domekit Demo - Debug</a>
</li>
</ul>
<ul>
<li>
<a href='domekit.cc/generator/index'>Domekit Generator - Raw</a>
</li>
<li>
<a href='domekit.cc/generator/index?build'>Domekit Generator - Build</a>
</li>
<li>
<a href='domekit.cc/generator/index?debug'>Domekit Generator - Debug</a>
</li>
</ul>
</body>
</html>