Untitled
unknown
php
a year ago
534 B
7
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kayit ol</title>
</head>
<body>
<h1>kayit olma</h1>
<form action="/kayıtol/ekle" method="POST">
@csrf
<input type="text" name="id" placeholder="kullanıcı adı"><br>
<input type="text" name="password" placeholder="şifre" ><br>
<input type="checkbox" name="is_published">I'm not robot <br>
<button>kayıt ol</button>
</form>
</body>
</html>Editor is loading...
Leave a Comment