mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
autofill add
This commit is contained in:
20
test/autofill/index.html
Executable file
20
test/autofill/index.html
Executable file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML Test Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<form name="TestForm" action="success.html" method="get">
|
||||
<p>
|
||||
Name: <input autocomplete="on" name="name" type="text" size="24">
|
||||
</p>
|
||||
<p>
|
||||
Phone: <input autocomplete="tel" name="tel" type="tel" size="24">
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" value=" Submit ">
|
||||
<input type="reset" value=" Reset ">
|
||||
</p>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
9
test/autofill/success.html
Executable file
9
test/autofill/success.html
Executable file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML Test Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Success!</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -30,6 +30,7 @@
|
||||
<h1>test</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./adblock-rules/">adblock-rules</a><br>
|
||||
[ 0 Apr 21 14:17] <a class="DIR" href="./autofill/">autofill</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./bookmark-title/">bookmark-title</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./cache/">cache</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./fastforward/">fastforward</a><br>
|
||||
@@ -58,7 +59,7 @@
|
||||
</p>
|
||||
<p>
|
||||
|
||||
24 directories, 1 file
|
||||
25 directories, 1 file
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<body>
|
||||
<h1>themecolors</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[4.3K Jan 15 11:38] <a class="EXEC" href="./color-variable-all.html">color-variable-all.html</a><br>
|
||||
[4.3K Jan 16 15:07] <a class="EXEC" href="./color-variable-all.html">color-variable-all.html</a><br>
|
||||
[1.0K Jan 15 12:39] <a class="EXEC" href="./color-variable-test.html">color-variable-test.html</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user