diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-11 16:35:41 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-11 16:35:41 +0100 |
commit | 347a536a4e313dece2e12d0ba1ec6654ee729c85 (patch) | |
tree | 8308fe7a3b031361bcafaaa94cc76232732e259d /test.html | |
parent | 5cf0abaf2b50946420952e9ce36e357ac0d08d54 (diff) | |
download | gitbook-347a536a4e313dece2e12d0ba1ec6654ee729c85.zip gitbook-347a536a4e313dece2e12d0ba1ec6654ee729c85.tar.gz gitbook-347a536a4e313dece2e12d0ba1ec6654ee729c85.tar.bz2 |
Add git urls parsing and tests
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..3dee7ef --- /dev/null +++ b/test.html @@ -0,0 +1,16 @@ +<!doctype html> + +<html lang="en"> +<head> + <meta charset="utf-8"> + + <title>The HTML5 Herald</title> + <meta name="description" content="The HTML5 Herald"> + <meta name="author" content="SitePoint"> + +</head> + +<body> + <script src="test-browser.js"></script> +</body> +</html>
\ No newline at end of file |