2023-02-19 16:28:53 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<head>
|
|
|
|
<title>Some kind of Flask App</title>
|
|
|
|
</head>
|
|
|
|
<div>
|
2023-02-22 18:08:18 -06:00
|
|
|
<p>Put in your instance domain!</p>
|
|
|
|
<form method="POST" action={{url_for('set_domain')}}>
|
|
|
|
<input type="text" name="domain"></input>
|
|
|
|
<input type="submit" value="Go!"></input>
|
|
|
|
</form>
|
2023-02-19 16:28:53 -06:00
|
|
|
<a href="/login">login</a>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|