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