1
0
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:
Stian
2025-04-21 14:26:44 +02:00
parent 0b8ddf1799
commit 396bf0e48b
4 changed files with 32 additions and 2 deletions

20
test/autofill/index.html Executable file
View 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:&nbsp;<input autocomplete="on" name="name" type="text" size="24">
</p>
<p>
Phone:&nbsp;<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
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<p>Success!</p>
</body>
</html>

View File

@@ -30,6 +30,7 @@
<h1>test</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./adblock-rules/">adblock-rules</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Apr&nbsp;21&nbsp;14:17]&nbsp;&nbsp;<a class="DIR" href="./autofill/">autofill</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./bookmark-title/">bookmark-title</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<a class="DIR" href="./cache/">cache</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jan&nbsp;&nbsp;6&nbsp;20:23]&nbsp;&nbsp;<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>

View File

@@ -29,7 +29,7 @@
<body>
<h1>themecolors</h1><p>
<a class="NORM" href="..">..</a><br>
[4.3K&nbsp;Jan&nbsp;15&nbsp;11:38]&nbsp;&nbsp;<a class="EXEC" href="./color-variable-all.html">color-variable-all.html</a><br>
[4.3K&nbsp;Jan&nbsp;16&nbsp;15:07]&nbsp;&nbsp;<a class="EXEC" href="./color-variable-all.html">color-variable-all.html</a><br>
[1.0K&nbsp;Jan&nbsp;15&nbsp;12:39]&nbsp;&nbsp;<a class="EXEC" href="./color-variable-test.html">color-variable-test.html</a><br>
<br><br>
</p>