adding validated services? patching forcad_local.py
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1,4 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
images
|
||||
</html>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user