accounters/templates/rules_new_success.html

13 lines
294 B
HTML
Raw Normal View History

2024-02-19 23:51:18 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rule created</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="3;url=.." />
</head>
<body>
Rule created successfully
</body>
</html>