forked from benmag1/mdl-ext
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (24 loc) · 770 Bytes
/
index.html
File metadata and controls
34 lines (24 loc) · 770 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Material Design Lite Extensions</title>
</head>
<body>
<p>Redirecting to Material Design Lite Extensions demo ...</p>
<!-- REDIRECTING STARTS -->
<link rel="canonical" href="./demo/index.html"/>
<noscript>
<meta http-equiv="refresh" content="0; URL='./demo/index.html'" />
</noscript>
<script>
'use strict';
window.addEventListener('load', function() {
window.location.replace('./demo/index.html');
});
</script>
</body>
</html>