File: cocoa-writer-markup-with-lists.html

package info (click to toggle)
wpewebkit 2.38.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 311,508 kB
  • sloc: cpp: 2,653,313; javascript: 289,013; ansic: 121,268; xml: 64,149; python: 35,534; ruby: 17,287; perl: 15,877; asm: 11,072; yacc: 2,326; sh: 1,863; lex: 1,319; java: 937; makefile: 146; pascal: 60
file content (28 lines) | stat: -rw-r--r-- 1,447 bytes parent folder | download | duplicates (15)
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
<!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.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px '.SF UI Mono'; color: #454545}
li.li2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px '.AppleSystemUIFont'; color: #454545}
span.s1 {font-family: '.SFUI-Heavy'; font-weight: bold; font-style: normal; font-size: 22.00px}
span.s2 {font-family: '.SFUI-Regular'; font-weight: normal; font-style: normal; font-size: 12.00px}
span.s3 {font-family: '.SFUI-Regular'; font-weight: normal; font-style: normal; font-size: 17.00px}
span.s4 {font-family: '.SFUI-Semibold'; font-weight: bold; font-style: normal; font-size: 17.00px}
span.s5 {font-family: '.SFUIMono-Regular'; font-weight: normal; font-style: normal; font-size: 17.00px}
ul.ul1 {list-style-type: hyphen}
</style>
</head>
<body>
<p class="p1"><span class="s1"></span><br></p>
<ul class="ul1">
<li class="li2"><span class="s2"></span><span class="s3">Hello</span></li>
<li class="li2"><span class="s2"></span><span class="s4">World</span></li>
</ul>
<p class="p3"><span class="s5">World</span></p>
</body>
</html>