Renamed examples directory to pages

This commit is contained in:
David Miller
2014-12-28 22:34:57 -05:00
parent 76406fb102
commit 1d5e9a7a1c
14 changed files with 4 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="0;url=examples/index.html"> <meta http-equiv="refresh" content="0;url=pages/index.html">
<title>Untitled</title> <title>SB Admin 2</title>
<script language="javascript"> <script language="javascript">
window.location.href = "examples/index.html" window.location.href = "pages/index.html"
</script> </script>
</head> </head>
<body> <body>
Go to <a href="examples/index.html">/examples/index.html</a> Go to <a href="pages/index.html">/pages/index.html</a>
</body> </body>
</html> </html>