mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
12 lines
307 B
HTML
12 lines
307 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<style type="text/css">
|
||
|
|
body { font-family: "Apple Chancery", Impact, "Microsoft Sans Serif", "URW Chancery L"; font-size: 2em; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<!-- if synthetic bolding is working, this should NOT match the reference -->
|
||
|
|
<body>
|
||
|
|
<p>Hello World</p>
|
||
|
|
<p><b>Hello World</b></p>
|
||
|
|
</body>
|
||
|
|
</html>
|