mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
375 B
HTML
17 lines
375 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { color: red }
|
|
</style>
|
|
<script src="data:application/javascript,"></script>
|
|
<link rel="stylesheet" type="text/css"
|
|
charset="UTF-16BE"
|
|
href="data:text/css,%00b%00o%00d%00y%00{%00c%00o%00l%00o%00r%00:%00g%00r%00e%00e%00n}">
|
|
</head>
|
|
<body>
|
|
This should be green
|
|
</body>
|
|
</html>
|
|
|