diff options
Diffstat (limited to '97suifangqa/apps/indicator/templates/done.html')
-rw-r--r-- | 97suifangqa/apps/indicator/templates/done.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/97suifangqa/apps/indicator/templates/done.html b/97suifangqa/apps/indicator/templates/done.html new file mode 100644 index 0000000..2a11ea8 --- /dev/null +++ b/97suifangqa/apps/indicator/templates/done.html @@ -0,0 +1,9 @@ +<html> +<head> + <title>DONE</title> +</head> + +<body> + <h1>DONE</h1> +</body> +</html> |