-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 2.02 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 2.02 KB
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>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="ko"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="ko"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="ko"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="ko"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>RhythmJS</title>
<meta name="description" content="RhythmJS">
<meta name="author" content="Team RhythmJS">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/bootstrap-1.0.0.min.css">
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Exo:800,200italic,900italic' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
</head>
<body>
<div id="container">
<h3>Rhythm action game,</h3>
<h1>On the cloud.</h1>
<h4>Coming on late february. Follow & Tweet to get notified.</h4>
<a href="https://twitter.com/rhythmjs" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @rhythmjs</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><a href="https://twitter.com/share" class="twitter-share-button" data-text="Check out Rhythm.js, rhythm action game on the cloud! Follow @rhythmjs and Tweet to get first priority! #rhythmjs" data-size="large" data-url="http://rhythmjs.github.com/">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div id="logo"><h2><a href="http://rhythmjs.github.com">Rhythm.js</a></h2></div>
</body>
</html>