blob: 80694027cba2233668b221f82ccaa31a3c1d64f1 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<input placeholder='foo' value='bar'>
<input placeholder='bar' value='foo'>
</body>
</html>
|