mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
11 lines
122 B
HTML
11 lines
122 B
HTML
<!DOCTYPE html>
|
|
|
|
<style>
|
|
div{
|
|
font-family: "Times New Roman";
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<div>Hello world</div>
|
|
</body>
|