Reformat code

This commit is contained in:
BBaoVanC 2020-10-19 10:41:40 -05:00
parent 3060a9fafb
commit 37ffa1d346
No known key found for this signature in database
GPG Key ID: 6D74C8B0E7D791C2
5 changed files with 105 additions and 97 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE HTML>
<html>
<body>
<table border=1>
<tr>
@ -22,4 +23,5 @@
{% endfor %}
</table>
</body>
</html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE HTML>
<html>
<body>
<form action="./purchases">
<input type="text" placeholder="Location" name="location" />
@ -26,4 +27,5 @@
{% endfor %}
</table>
</body>
</html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE HTML>
<html>
<body>
<form action="./quantities">
<input type="text" placeholder="Location" name="location" />
@ -22,4 +23,5 @@
{% endfor %}
</table>
</body>
</html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE HTML>
<html>
<body>
<form action="./uses">
<input type="text" placeholder="Location" name="location" />
@ -26,4 +27,5 @@
{% endfor %}
</table>
</body>
</html>