GoToSocial-FE-Example/app/templates/index.html

13 lines
223 B
HTML

<!DOCTYPE html>
<html>
<body>
<head>
<title>Some kind of Flask App</title>
</head>
<div>
<p>I guess you should input something</p>
<a href="/login">login</a>
</div>
</body>
</html>