mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
14 lines
197 B
HTML
14 lines
197 B
HTML
<html>
|
|
<head>
|
|
<title>test DEL tag</title>
|
|
</head>
|
|
<body>
|
|
test Form <br>
|
|
<form>
|
|
Please input user name <input name=uid >
|
|
</form>
|
|
|
|
2normal text in body line 2.
|
|
</body>
|
|
</html>
|