Advertisement
Guest User

index.html

a guest
Nov 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>Retrosnapper</title>
  6. <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
  7. </head>
  8. <body>
  9. <div id="app">
  10. <p>{{ message }}</p>
  11. <button v-on:click="upload">Upload Picture</button>
  12. </div>
  13. <script src="demo.js">
  14. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement