mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
10 lines
150 B
HTML
10 lines
150 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body::first-letter { float: left; }
|
|
</style>
|
|
</head>
|
|
<body style="text-transform: capitalize;">T</body>
|
|
</html>
|