This repository has been archived by the owner on May 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
42 lines (36 loc) · 1.85 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
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<base href="/">
<title>router5 | flexible and powerful routing solution for web applications</title>
<!-- Meta -->
<meta name="description" content="router5 is an HTML5 router, simple but powerful.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="google-site-verification" content="U9xvaIGsCTplxQ8c8ROAGZabhs6AWZ6gupLXEYzgHK8" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="router5">
<meta name="twitter:description" content="Simple, framework-agnostic, powerful and functional HTML5 routing solution.">
<meta name="twitter:creator" content="@tcroch">
<meta name="twitter:image" content="http://router5.github.io/logo/r5_128.png">
<!-- Open Graph data -->
<meta property="og:title" content="router5">
<meta property="og:type" content="website">
<meta property="og:url" content="http://router5.github.io">
<meta property="og:description" content="Simple, framework-agnostic, powerful and functional HTML5 routing solution.">
<meta property="og:image" content="http://router5.github.io/logo/r5_128.png">
<link rel="canonical" href="https://router5.js.org">
<meta http-equiv="refresh" content="2;https://router5.js.org" />
</head>
<body>
You are going to be redirected to <a href="https://router5.js.org">router5.js.org</a>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64765998-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>