2024-03-06 11:27:36 +08:00
|
|
|
{% extends "layout.html" %}
|
2024-02-27 10:07:50 +08:00
|
|
|
{% block title %}A simple and silly address prober{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div id="address">{{ address }}</div>
|
|
|
|
<form method="post" action="/reload"><button type="submit">reload</button></form>
|
|
|
|
{% endblock %}
|