diff options
author | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-04-28 00:46:14 +0300 |
---|---|---|
committer | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-04-28 00:46:14 +0300 |
commit | dc403877870dbacd7ee1abe2376a52d0828a29ab (patch) | |
tree | ed29b0df396f86a45dd2cce3cfa9d292c8525f28 /src/main/resources/templates/operationEdit.html | |
parent | e9cef81f89584110776c84ee511e26097eb8323c (diff) |
feat: operations controller + pages
Diffstat (limited to 'src/main/resources/templates/operationEdit.html')
-rw-r--r-- | src/main/resources/templates/operationEdit.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/templates/operationEdit.html b/src/main/resources/templates/operationEdit.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/src/main/resources/templates/operationEdit.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Title</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file |