-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (12 loc) · 692 Bytes
/
index.html
File metadata and controls
22 lines (12 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- The index page should simply re-direct to the first chapter -->
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="/Data_Analysis_with_Python_Script/01_introduction/Python_Basics">
<script>location="/Data_Analysis_with_Python_Script/01_introduction/Python_Basics"</script>
<meta http-equiv="refresh" content="0; url=/Data_Analysis_with_Python_Script/01_introduction/Python_Basics">
<meta name="robots" content="noindex">
<h1>Redirecting…</h1>
<a href="/Data_Analysis_with_Python_Script/01_introduction/Python_Basics">Click here if you are not redirected.</a>
</html>