|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 | <!--
|
3 | 3 | /*
|
4 |
| - * JavaScript Templates Demo 2.1.0 |
| 4 | + * JavaScript Templates Demo 2.2.0 |
5 | 5 | * https://github.com/blueimp/JavaScript-Templates
|
6 | 6 | *
|
7 | 7 | * Copyright 2011, Sebastian Tschan
|
|
13 | 13 | -->
|
14 | 14 | <html lang="en">
|
15 | 15 | <head>
|
16 |
| -<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> |
| 16 | +<!--[if IE]> |
| 17 | +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 18 | +<![endif]--> |
17 | 19 | <meta charset="utf-8">
|
18 | 20 | <title>JavaScript Templates Demo</title>
|
19 | 21 | <meta name="description" content="< 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.">
|
20 |
| -<meta name="viewport" content="width=device-width"> |
21 |
| -<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css"> |
| 22 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 23 | +<link rel="stylesheet" href="http://blueimp.github.io/cdn/css/bootstrap.min.css"> |
22 | 24 | <style>body{padding-top:60px;}</style>
|
23 |
| -<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css"> |
24 |
| -<!--[if lt IE 7]><link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-ie6.min.css"><![endif]--> |
25 |
| -<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
| 25 | +<link rel="stylesheet" href="http://blueimp.github.io/cdn/css/bootstrap-responsive.min.css"> |
| 26 | +<!--[if lt IE 7]> |
| 27 | +<link rel="stylesheet" href="http://blueimp.github.io/cdn/css/bootstrap-ie6.min.css"> |
| 28 | +<![endif]--> |
26 | 29 | </head>
|
27 | 30 | <body>
|
28 | 31 | <div class="navbar navbar-fixed-top">
|
|
36 | 39 | <a class="brand" href="https://github.com/blueimp/JavaScript-Templates">JavaScript Templates</a>
|
37 | 40 | <div class="nav-collapse">
|
38 | 41 | <ul class="nav">
|
39 |
| - <li class="active"><a href="#">Demo</a></li> |
40 |
| - <li><a href="https://github.com/blueimp/JavaScript-Templates/downloads">Downloads</a></li> |
| 42 | + <li class="active"><a href="http://blueimp.github.io/JavaScript-Templates/">Demo</a></li> |
| 43 | + <li><a href="https://github.com/blueimp/JavaScript-Templates/tags">Downloads</a></li> |
41 | 44 | <li><a href="https://github.com/blueimp/JavaScript-Templates">Source Code</a></li>
|
42 | 45 | <li><a href="https://github.com/blueimp/JavaScript-Templates">Documentation</a></li>
|
43 | 46 | <li><a href="https://github.com/blueimp/JavaScript-Templates/issues">Issues</a></li>
|
@@ -108,7 +111,7 @@ <h4>Features</h4>
|
108 | 111 | <script src="tmpl.min.js"></script>
|
109 | 112 | <!-- jQuery and Bootstrap JS are not required, but included for the demo -->
|
110 | 113 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
111 |
| -<script src="http://blueimp.github.com/cdn/js/bootstrap.min.js"></script> |
| 114 | +<script src="http://blueimp.github.io/cdn/js/bootstrap.min.js"></script> |
112 | 115 | <script>
|
113 | 116 | /*global window, jQuery, tmpl */
|
114 | 117 | (function ($) {
|
|
0 commit comments