forked from chrisjae11/graphing-training
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 645 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=//netways.github.io/graphing-training/static/">
<script type="text/javascript">
window.location.href = "//netways.github.io/graphing-training/static/"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='//netways.github.io/graphing-training/static'>link to the training material</a>
</body>
</html>