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>
<html>
<head>
<meta http-equiv="refresh" content="0;url=examples/index.html">
<title>Untitled</title>
<meta http-equiv="refresh" content="0;url=pages/index.html">
<title>SB Admin 2</title>
<script language="javascript">
window.location.href = "examples/index.html"
window.location.href = "pages/index.html"
</script>
</head>
<body>
Go to <a href="examples/index.html">/examples/index.html</a>
Go to <a href="pages/index.html">/pages/index.html</a>
</body>
</html>