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