blob: 2e198fe6c3a3191a9f1fbf2dcbec199b93fc40ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>
|