mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
18 lines
270 B
HTML
18 lines
270 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
img {
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
.overflow {
|
|
overflow: scroll;
|
|
height: 200%;
|
|
width: 200%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img id="testImage" ></img>
|
|
</body>
|
|
</html>
|