-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 949 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
&
mysql data ''
&
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<!-- <link rel="icon" type="image/png" href="/images/logo.png" /> -->
<link rel="stylesheet" href="styles/styles.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<h1 class="trial" >Index page</h1>
<a href="about">about page</a>
<a href="bruh">bruh page</a>
<div>
<div>Here is the form for example post request:</div>
<form class="container" method="post">
<label class="text-3xl font-bold underline">Enter your email</label>
<input name="email" type="text" />
<label>Enter your password</label>
<input name="password" type="text" />
<button type="submit">Submit</button>
</form>
<div>$data$</div>
</div>
</body>
</html>