mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-13 04:42:04 +00:00
16 lines
278 B
HTML
16 lines
278 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>minified testcase</title>
|
|
<link rel="stylesheet" href="pretty.css"/>
|
|
<style type="text/css">body { background: red; }
|
|
div {
|
|
font-size: 5em;
|
|
color: red
|
|
}</style>
|
|
</head>
|
|
<body>
|
|
<div>minified <span>testcase</span></div>
|
|
</body>
|
|
</html>
|