0% found this document useful (0 votes)
7 views1 page

Image To Code

The document is an HTML template for a Video Editor App login page. It includes a header with navigation links and a main section for user interaction. The code utilizes Tailwind CSS for styling and includes elements for user input and uploading functionality.

Uploaded by

m.muzamil7710184
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Image To Code

The document is an HTML template for a Video Editor App login page. It includes a header with navigation links and a main section for user interaction. The code utilizes Tailwind CSS for styling and includes elements for user input and uploading functionality.

Uploaded by

m.muzamil7710184
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Login

html

1 <html lang="en">
2 <head>
3 <meta charset="UTF-8">
4 <meta name="viewport" content="width
5 <title>Video Editor App!"title>
6 <script src="https:!#cdn.tailwindcss
7 <link rel="stylesheet" href="https:!
8 <link href="https:!#fonts.googleapis
9 !"head>
10 <body class="bg-gray-100 font-roboto">
11 <header class="bg-blue-600 text-whit
12 <h1 class="text-2xl font-bold">V
13 <nav>
14 <ul class="flex space-x-4">
15 <li><a href="#" class="h
16 <li><a href="#" class="h
17 <li><a href="#" class="h
18 <li><a href="#" class="h
19 !"ul>
20 !"nav>
21 !"header>
22
23 <main class="container mx-auto p-4">
24 <section class="mb-8">
25 <h2 class="text-xl font-semi
Message Blackbox
26 <div class="bg-white p-6 rou
27 <div class="mb-4">
Upload
28 <label class="block

You might also like