This commit is contained in:
Matthew Frost 2023-11-18 16:18:05 +01:00
parent 7b5c804ec8
commit bd01d9751c

View file

@ -56,7 +56,7 @@
</head> </head>
<body> <body>
<h1>Create DNH Label</h1> <h1>Create DNH Label</h1>
<form id="labelForm" action="http://indicio.ti:8080/create_dnh_label" method="POST"> <form id="labelForm" action="http://10.209.10.3:8080/create_dnh_label" method="POST">
<label for="name">Name:</label> <label for="name">Name:</label>
<input type="text" id="name" name="name" required> <input type="text" id="name" name="name" required>
<br><br> <br><br>