Guest User

Untitled

a guest
Dec 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello Layers API</title>
  5. <script src="./main.js"></script>
  6. </head>
  7. <body>
  8. <h1>Hello Layers API</h1>
  9. <input id="visor-button" type="button" value="Visorを表示">
  10. <input id="train-button" type="button" value="学習を開始">
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment