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,6 +1,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<body>
<body>
<table border=1> <table border=1>
<tr> <tr>
<th>UPC</th> <th>UPC</th>
@ -21,5 +22,6 @@
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
</body> </body>
</html> </html>

View File

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

View File

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

View File

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