blob: d4a9cf45b188825dbfb5999e63f3e64c841cc3d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html>
<style>
input {
font: inherit;
color: inherit;
border: none;
padding: 0;
background-color: transparent;
}
</style>
XXX<br>
<input value="XXX">
|