mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
11 lines
198 B
HTML
11 lines
198 B
HTML
|
<!doctype html>
|
||
|
<html class='reftest-wait'>
|
||
|
<body>
|
||
|
<script>
|
||
|
var quality = 0.92;
|
||
|
</script>
|
||
|
<script src='sample.js'></script>
|
||
|
<script src='blob.js'></script>
|
||
|
</body>
|
||
|
</html>
|