<!DOCTYPE html> <html lang="ja"> <head><title>GPS</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="src/leaflet.css" /> <script src="src/leaflet.js"></script> <style type="text/css"> </style> </head> <body> <h1>gps情報の取得</h1> <script type="text/javascript" src="idol.js" charset="utf-8"></script> <form method="POST" action="./db.cgi"> <button id="get" button type="button">start</button> <div id ="geosa">移動によるボーナスポイント:0</div> <div id ="txt"></div> <button id="js-sub" type="button">移動によるボーナスポイントを送信</button> </body> </html>