Blame view

mockup/mockup1.html 323 Bytes
3a3241a5e   Quillot Mathias   first file of moc...
1
2
  <html>
      <head>
8a33df386   Quillot Mathias   Charset UTF-8
3
          <meta charset="UTF-8">
3a3241a5e   Quillot Mathias   first file of moc...
4
          <title>Mockup Triangle Interface</title>
eff4e3732   Quillot Mathias   Add Konva JS to t...
5
          <script src="https://unpkg.com/konva@3.3.2/konva.min.js"></script>   
3a3241a5e   Quillot Mathias   first file of moc...
6
7
8
9
10
11
12
13
      </head>
      <body>
          <h1>Mockup Triangle Interface</h1>
          <p>
              First example of mockup.
          </p>
      </body>
  </html>