mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
15 lines
300 B
HTML
15 lines
300 B
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|||
|
|
<title>14 Rendering — HTML Standard</title>
|
|||
|
|
<style>
|
|||
|
|
pre.css:first-line { color: #AAAA50; }
|
|||
|
|
</style>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<pre class="css">foo
|
|||
|
|
|
|||
|
|
bar ׳
|
|||
|
|
</pre>
|
|||
|
|
</body></html>
|