Renamed examples directory to pages
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user