mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
15 lines
No EOL
539 B
HTML
15 lines
No EOL
539 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Text content test document</title>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<p>These are my awards, Mother. From Army.
|
|
The seal is for marksmanship, and the gorilla is for sand racing.</p>
|
|
<p>You're a good guy, mon frere. That means brother in French.
|
|
I don't know how I know that. I took four years of Spanish.</p>
|
|
<textarea>Please refrain from Mayoneggs during this salmonella scare.</textarea>
|
|
<label>So we don't get dessert?</label><input type="text">
|
|
</body>
|
|
</html> |