forked from bitovi/jquerypp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
57 lines (57 loc) · 2.44 KB
/
default.html
File metadata and controls
57 lines (57 loc) · 2.44 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>jQuery++</title>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
<link rel="stylesheet" type="text/css" href="stylesheets/tango.css">
<link href='/favicon.ico' rel='shortcut icon' type='image/x-icon' />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2302003-13', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id='bg'>
</div>
<div class='cf' id='wrapper'>
<div id='menu-wrapper'>
<div id='header'>
<div id='logo-and-download'>
<img alt="jQuery++" id="logo" src="images/logo.png"/>
<a class='primary' href='https://github.com/bitovi/jquerypp/archive/{{page.version}}.tar.gz'>Download {{page.version}}</a>
</div>
</div>
<div class='cf' id='buttons'>
<a href='https://forum.javascriptmvc.com/#Forum/jquerymx'>Forums</a>
<a href='http://bitovi.com/blog/tag/jquerypp/'>Blog</a>
<a href='https://twitter.com/jquerypp'>Twitter</a>
</div>
<div id="inner-menu-wrap">
<ul id='menu'></ul>
</div>
<a href='http://bitovi.com' id='developed-by'>
<img alt="Bitovi" src="images/bitovi.png"/>
</a>
</div>
<div id='content-wrapper'>
<div id='content'>
<a href="http://github.com/bitovi/jquerypp" class="github-fork"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
{{ content }}
</div>
</div>
</div>
<script src="javascripts/jquery-1.7.1.js" type="text/javascript"></script>
<script src="javascripts/can.jquery-1.0.2.js" type="text/javascript"></script>
<script src="javascripts/can.construct.proxy.js" type="text/javascript"></script>
<script src="javascripts/jquerypp.js" type="text/javascript"></script>
<script src="javascripts/application.js" type="text/javascript"></script>
</body>
</html>