mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
18 lines
338 B
HTML
18 lines
338 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<html>
|
|
<style>
|
|
div#details::first-line {
|
|
color: blue;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id="details">
|
|
<span>Summary
|
|
<div>Block in summary</div>
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html>
|