Add testing directory

This directory provides a place to test the programs functionality.
TODO: Add the dst directory contents to .gitignore to ensure it stays
empty
This commit is contained in:
Robert Morrison 2022-06-21 22:32:52 +01:00
parent fd38d54a93
commit 0968c20d4d
Signed by: robert
GPG Key ID: 73E012EB3F4EC696
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TEST</title>
</head>
<body>
body
</body>
</html>

View File

@ -0,0 +1,4 @@
# This is a markdown file
This file is designed as a simple test to ensure that things are working
the way I intend them to.

11
Testing/src/html.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TEST</title>
</head>
<body>
body
</body>
</html>

4
Testing/src/index.md Normal file
View File

@ -0,0 +1,4 @@
# This is a markdown file
This file is designed as a simple test to ensure that things are working
the way I intend them to.