1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 3.0px 0.0px; font: 22.0px '.AppleSystemUIFont'; color: #454545; min-height: 26.3px}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px '.AppleSystemUIFont'; color: #454545; min-height: 20.3px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px '.AppleSystemUIFont'; color: #454545}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px '.SF UI Mono'; color: #454545}
p.p5 {margin: 0.0px 0.0px 4.0px 0.0px; font: 21.0px '.AppleSystemUIFont'; color: #454545}
span.s1 {font-family: '.SFUI-Heavy'; font-weight: bold; font-style: normal; font-size: 22.00pt}
span.s2 {font-family: '.SFUI-Regular'; font-weight: normal; font-style: normal; font-size: 17.00pt}
span.s3 {font-family: '.SFUIMono-Regular'; font-weight: normal; font-style: normal; font-size: 17.00pt}
span.s4 {font-family: '.SFUI-Semibold'; font-weight: bold; font-style: normal; font-size: 21.00pt}
</style>
</head>
<body>
<p class="p1"><span class="s1"></span><br></p>
<p class="p2"><span class="s2"></span><br></p>
<p class="p3"><span class="s2">Hello</span></p>
<p class="p2"><span class="s2"></span><br></p>
<p class="p4"><span class="s3">World</span></p>
<p class="p2"><span class="s2"></span><br></p>
<p class="p3"><span class="s2">Hello Cocoa</span></p>
<p class="p2"><span class="s2"></span><br></p>
<p class="p5"><span class="s4">Heading</span></p>
</body>
</html>
|