puzzle/views/admin.ejs
2023-06-27 02:45:13 +05:00

16 lines
392 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1><%= name %></h1>
<h1>hello admin</h1>
<form action="/add_user">
<input type="submit" value="add">
</form>
</body>
</html>