mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +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>
|