db.sqlite3 filled with isotopes
This commit is contained in:
15
isotables/isotopapp/templates/result.html
Normal file
15
isotables/isotopapp/templates/result.html
Normal file
@ -0,0 +1,15 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user