usable application #1

Merged
sfja.skp merged 7 commits from :main into main 2024-01-19 07:27:08 +00:00
5 changed files with 60 additions and 10 deletions
Showing only changes of commit b0a0264949 - Show all commits

View File

@ -6,12 +6,18 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>MaoTube</h1>
<a href="/register">register</a> -
<a href="/login">login</a> -
<a href="/upload">upload</a>
<br>
<br>
<header>
<h1>MaoTube</h1>
<nav>
<a href="/"><b>Home</b></a> -
<a href="/search">Search</a> -
<a href="/register">Register</a> -
<a href="/login">Login</a> -
<a href="/upload">Upload</a>
</nav>
<br>
<br>
</header>
<form method="GET" target="_self" action="/search">
<input type="text" name="query" placeholder="...">
<input type="submit" value="Search">

View File

@ -6,7 +6,18 @@
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>MaoTube</h1>
<header>
<h1>MaoTube</h1>
<nav>
<a href="/"><b>Home</b></a> -
<a href="/search">Search</a> -
<a href="/register">Register</a> -
<a href="/login">Login</a> -
<a href="/upload">Upload</a>
</nav>
<br>
<br>
</header>
<div>
<label for="username"><p>Username</p></label>
<input type="text" name="username" id="username">

View File

@ -6,7 +6,18 @@
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>MaoTube</h1>
<header>
<h1>MaoTube</h1>
<nav>
<a href="/"><b>Home</b></a> -
<a href="/search">Search</a> -
<a href="/register">Register</a> -
<a href="/login">Login</a> -
<a href="/upload">Upload</a>
</nav>
<br>
<br>
</header>
<div>
<label for="username"><p>Username</p></label>
<input type="text" name="username" id="username">

View File

@ -6,7 +6,18 @@
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>MaoTube</h1>
<header>
<h1>MaoTube</h1>
<nav>
<a href="/"><b>Home</b></a> -
<a href="/search">Search</a> -
<a href="/register">Register</a> -
<a href="/login">Login</a> -
<a href="/upload">Upload</a>
</nav>
<br>
<br>
</header>
<form method="GET" action="/search" target="_self">
<input type="text" name="query" placeholder="...">
<input type="submit" value="Search">

View File

@ -6,7 +6,18 @@
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>MaoTube</h1>
<header>
<h1>MaoTube</h1>
<nav>
<a href="/"><b>Home</b></a> -
<a href="/search">Search</a> -
<a href="/register">Register</a> -
<a href="/login">Login</a> -
<a href="/upload">Upload</a>
</nav>
<br>
<br>
</header>
<form action="/api/upload_video" method="POST" enctype="multipart/form-data">
<label for="username"><p>Title</p></label>
<input type="text" name="title">