mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +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>
|