Skip to content

Commit 358e6d0

Browse files
committed
Added index.html
1 parent d07be79 commit 358e6d0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Title of the document</title>
5+
</head>
6+
<body>
7+
<h1>A collection of useful scripts, tutorials, and other Python-related things</h1>
8+
<img src="static/Images/python-logo-master-v3-TM-flattened.png" alt="" />
9+
<h2>Python tips and tutorials</h2>
10+
<ul>
11+
<li><a href="http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb?create=1">A collection of not so obvious Python stuff you should know!</a>
12+
</ul>
13+
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)