commit | abd513e5bf3ee93c72a5826e72001cdd2cf03428 | [log] [tgz] |
---|---|---|
author | matheusfillipe <matheusfillipeag@gmail.com> | Tue May 11 03:29:11 2021 -0300 |
committer | matheusfillipe <matheusfillipeag@gmail.com> | Tue May 11 03:29:11 2021 -0300 |
tree | 2f6a4ef53e92e37729e07d58d7a68cb7db767d33 |
test phase
diff --git a/html/error.htm b/html/error.htm new file mode 100644 index 0000000..21842c9 --- /dev/null +++ b/html/error.htm
@@ -0,0 +1,3 @@ +<div class="alert alert-danger" role="alert"> + <?php echo $error; ?> +</div>