27 lines
481 B
HTML
27 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=s, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="./main.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<form action="">
|
|
<input type="text" placeholder="username">
|
|
<br>
|
|
<input type="password" placeholder="password">
|
|
<br>
|
|
<button>register</button>
|
|
</form>
|
|
|
|
<p>1asasa xin chào hihiha haa</p>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |