adding validated services? patching forcad_local.py

This commit is contained in:
Your Name
2026-08-13 08:32:35 +07:00
parent d485f61169
commit e795614e45
1459 changed files with 420036 additions and 436 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apply filter</title>
</head>
<body>
<main id="main-holder">
<h1 id="login-header">Filtranator</h1>
<form id="login-form" method = "POST" enctype="multipart/form-data">
<input type="filter" name="filter" id="username-field" class="login-form-field" placeholder="filter" method = "POST">
<input type="filename" name="filename" id="password-field" class="login-form-field" placeholder="filename" method = "POST">
<input type="file" id="image" name="image">
<input type="submit" value="Uplooad" id="login-form-submit">
</form>
</main>
</body>
</html>

View File

@@ -0,0 +1,4 @@
<!DOCTYPE HTML>
<html>
images
</html>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
</head>
<body>
<main id="main-holder">
<h1 id="login-header">Filtranator</h1>
<form id="login-form" method = "POST">
<input type="text" name="username" id="username-field" class="login-form-field" placeholder="Username" method = "POST">
<input type="password" name="password" id="password-field" class="login-form-field" placeholder="Password" method = "POST">
<input type="submit" value="Login" id="login-form-submit">
</form>
</main>
</body>
</html>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Register</title>
</head>
<body>
<main id="main-holder">
<h1 id="login-header">Filtranator</h1>
<form id="login-form" method = "POST">
<input type="text" name="username" id="username-field" class="login-form-field" placeholder="Username" method = "POST">
<input type="password" name="password" id="password-field" class="login-form-field" placeholder="Password" method = "POST">
<input type="submit" value="Login" id="login-form-submit">
</form>
</main>
</body>
</html>