11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Profile Page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>User {{ .userid }}</h1>
|
||
|
<form method="POST" action="/scrape">
|
||
|
<button type="submit">Scrape</button>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|