1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

Fix typo in form example html

Fix doctype in form.html
This commit is contained in:
Florian Merz
2020-07-29 15:19:18 +02:00
committed by GitHub
parent 7d80c4c3d9
commit 5904258215

View File

@ -1,4 +1,4 @@
<!doctype htmtl>
<!doctype html>
<html>
<head>
<meta charset=utf-8>