Remove pointless line

This commit is contained in:
akp 2024-12-12 00:02:10 +00:00
parent df55692a79
commit e243e5d76e
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -265,7 +265,6 @@ func (s server) handleIndex(rw http.ResponseWriter, _ *http.Request) {
<input type="text" id="number" name="number" placeholder="Phone number">
<input type="submit" value="Ring">
</form>
<p>Nuffield G17 is: +441214158512</p>
</body></html>`))
}