Newer
Older
2021-misato / gameweb.html
@sasaki misato sasaki misato on 26 Nov 2021 799 bytes Add leaflet.js
<!DOCTYPE html>
<html lang="ja">
<head>
<title>Webgame</title>
<script type ="text/javascript" src="gameweb.js" charset="utf-8"></script>
<style type="text/css"></style>

<img id="connect-images"
src="https://www.yatex.org/gitbucket/KoekiGameDesign/2021-misato/raw/master/hana.png"data-second-image="https://www.yatex.org/gitbucket/KoekiGameDesign/2021-misato/raw/master/hana2.png"data-third-image="https://www.yatex.org/gitbucket/KoekiGameDesign/2021-misato/raw/master/hana3.png"
data-forth-image="https://www.yatex.org/gitbucket/KoekiGameDesign/2021-misato/raw/master/hana4.png">

</head>

<body>


<p><button id="start" type="button", value="START">開始</button></p>
<p id="info">開始を押してスタート!</p>
<input type="button" value="ボタン" onclick="connector()">
</body>
</html>