mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
15 lines
253 B
HTML
15 lines
253 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<style>
|
|
p { font-family: sans-serif; font-size: 24pt; }
|
|
</style>
|
|
<body>
|
|
<p>hello</p>
|
|
<p>small</p>
|
|
<p>world</p>
|
|
</body>
|
|
</html>
|