experiments

All kinds of coding experiments
Log | Files | Refs | Submodules

index.html (146B)


      1 <html>
      2 <head>
      3     <title>Vue Application</title>
      4 </head>
      5 <body>
      6     <div id="app"></div>
      7     <script src="dist/main.js"></script>
      8 </body>
      9 </html>