mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
14 lines
216 B
HTML
14 lines
216 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
iframe {
|
|
height: 200px;
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe scrolling="no" src="iframe-transform.html">
|
|
</iframe>
|
|
</body>
|
|
</html>
|