summaryrefslogtreecommitdiff
path: root/doc/table-of-contents.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/table-of-contents.html')
-rw-r--r--doc/table-of-contents.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/table-of-contents.html b/doc/table-of-contents.html
new file mode 100644
index 0000000..c450da8
--- /dev/null
+++ b/doc/table-of-contents.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="style.css">
+ <title>Table of Contents</title>
+</head>
+<body>
+ <h1>Contents</h1>
+ <ol>
+ <li><a href="01-introduction.html" target="_parent">Introduction</a></li>
+ <li><a href="02-writing-tests.html" target="_parent">Writing Tests</a></li>
+ <li><a href="03-assertions.html" target="_parent">Assertions</a></li>
+ </ol>
+</body>
+</html>