mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 22:30:39 +00:00
12 lines
162 B
HTML
12 lines
162 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; font-size: 200%; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Some text</p>
|
|
</body>
|
|
</html>
|