diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/untested.html | 7 | ||||
-rw-r--r-- | userContent/untested.html | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/userContent/reproducible/untested.html b/userContent/reproducible/untested.html new file mode 100644 index 00000000..48555bac --- /dev/null +++ b/userContent/reproducible/untested.html @@ -0,0 +1,7 @@ +<html> +<head> +</head> +<body> +<p><img src="/static/weather-clear-night.png">The package has not yet been tested</p> +</body> +</html> diff --git a/userContent/untested.html b/userContent/untested.html deleted file mode 100644 index 41cf45d4..00000000 --- a/userContent/untested.html +++ /dev/null @@ -1,4 +0,0 @@ -<html> -<head> -</head> -<body> </body></html> |