mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-18 00:32:01 +00:00
13 lines
166 B
HTML
13 lines
166 B
HTML
|
<!DOCTYPE html>
|
||
|
<body>
|
||
|
<p>First</p>
|
||
|
<p>
|
||
|
<style scoped>
|
||
|
@charset "UTF-16";
|
||
|
p { color: blue }
|
||
|
</style>
|
||
|
Second
|
||
|
</p>
|
||
|
<p>Third</p>
|
||
|
</body>
|