mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
16 lines
253 B
HTML
16 lines
253 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
span {
|
|
font-size: 200%;
|
|
}
|
|
img {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="width: 150px; border: 1px solid black;">
|
|
<table><tbody><tr><td><img> <span> <img></span></td></tr></tbody></table>
|
|
</body>
|
|
</html>
|