-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
executable file
·35 lines (31 loc) · 1.48 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>YinYang</title>
<meta name="keywords" content="YinYang, template, js, javascript, ミルクコーヒー, クライアントサイドテンプレート" />
<meta name="description" content="YinYangはCoffeeScriptで書かれた、クライアントサイドテンプレートエンジンです。" />
<meta name="author" content="CogniTom Academic Design" />
<meta name="copyright" content="© 2012 - CogniTom Academic Design" />
<meta property="og:site_name" content="YinYang"/>
<meta property="og:image" content="http://www.osscafe.net/style/images/yinyang.png" />
<meta name="pagetype" content="top">
<link rel="template" href="style/template.html" />
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/yinyang.js"></script>
</head>
<body>
<h1 class="logo">YinYang</h1>
<p class="logo-desc">the client-side template framework written in CoffeeScript</p>
<ul class="buttons">
<li><a class="button github" href="https://github.com/osscafe/yinyang">Fork me on GitHub</a></li>
<li><a class="button download" href="https://github.com/osscafe/yinyang/zipball/master">Download 0.2 version</a></li>
</ul>
<p class="lead">Truly for designers or HTML coders.<br />No more odd tags on preview.</p>
<h2>Welcome to YinYang</h2>
<ul>
<li><a href="english/index.html">For English</a> (under construction)</li>
<li><a href="japanese/index.html">日本語はこちら</a></li>
</ul>
</body>
</html>