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:
parent
fd38d54a93
commit
0968c20d4d
11
Testing/src/dir1/html.html
Normal file
11
Testing/src/dir1/html.html
Normal 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/dir1/index.md
Normal file
4
Testing/src/dir1/index.md
Normal 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
11
Testing/src/html.html
Normal 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
4
Testing/src/index.md
Normal 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.
|
||||
Loading…
Reference in New Issue
Block a user