mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 18:33:07 +09:00
10 lines
199 B
HTML
10 lines
199 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta property="description" content="A very simple test page" />
|
||
|
|
<meta property="og:title" content="Title" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
Llama.
|
||
|
|
</body>
|
||
|
|
</html>
|