This commit is contained in:
2023-12-05 00:20:15 +01:00
parent 5c09b714f5
commit a014444305
2 changed files with 46 additions and 10 deletions

View File

@@ -2,7 +2,13 @@
<body>
<body style="background-color: black; color: white">
<h1 style='text-align: center; color: #ff8d1a'>{{ nrist }} </h1><br><br>
<h1 style='text-align: center; color: #ff8d1a'>{{ nrist }} </h1>
<!-- <form id="usernameForm">
<input type="text" id="prodottiAggiunti" placeholder="Enter your username" />
<button type="button" onclick="addUser()">Add User</button> -->
</form>
<br><br>
<ul>
{% for index in range(nome|length) %}
@@ -39,5 +45,7 @@
updateTotal();
}
</script>
</body>
</html>