OLD | NEW |
---|---|
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 @MAC-DENY:title* | 3 @MAC-DENY:title* |
4 @WIN-ALLOW:value* | 4 @WIN-ALLOW:value* |
5 @WIN-DENY:value='file://* | |
aboxhall
2013/03/20 23:01:53
Why is this necessary here but in none of the othe
dmazzoni
2013/03/21 03:48:48
Believe it or not, this was the only file where we
| |
5 --> | 6 --> |
6 <html> | 7 <html> |
7 <body> | 8 <body> |
8 <input type="color" value="#ff9900"> | 9 <input type="color" value="#ff9900"> |
9 </body> | 10 </body> |
10 </html> | 11 </html> |
OLD | NEW |