mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
7 lines
265 B
HTML
7 lines
265 B
HTML
<input type="text" src="../../Assets/120.png" width="120" height="120" />
|
|
<script type="text/javascript">
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
let input = document.querySelector("input");
|
|
input.type = "image";
|
|
});
|
|
</script>
|