16 lines
275 B
HTML
16 lines
275 B
HTML
<div class="center">
|
|
The result is:
|
|
<h1>{{ans}}</h1>
|
|
|
|
<a href="{% url 'home' %}">Go Back</a>
|
|
</div>
|
|
<style>
|
|
.center {
|
|
margin: auto;
|
|
width: 60%;
|
|
border: 3px solid #a5addb;
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
|