Newer
Older
VR / VR-2022 / VR-2022.html
@sakurai sakurai on 30 Apr 2022 456 bytes Add files via upload
<!DOCTYPE html>
<html lang="ja">
 <head>
 <meta charset="utf-8">
 <title>タイトル</title>
 <link rel="stylesheet" href="VR-2022.css">
<script type="text/javascript" src="VR-2022.js"></script>
 </head>

 <body>

<form id="form1" action="#">
<input type="file" id="message">
<p><input type="button" value="送信" onclick="Click()"/></p>
</form>

<img src="R0010010.JPG" width=100 height=100 alt="パンダ">
<img id="imgView" src="">


 </body>
</html>