Newer
Older
WebShareDemo / index.html
root on 25 May 2022 588 bytes initial comit
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Web Share Target Demo</title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- import the webpage's stylesheet -->
    <link rel="stylesheet" href="./style.css">
    <!-- Manifest -->
    <link rel="manifest" href="./manifest.json">
  </head>  
  <body>
    <h1>
      Img Upload Demo
    </h1>
    <p>
      <b>Latest pic:</b>
    </p>
    <p>
    <img src="//demo.com/ws3/pic.jpg" width="100%" />
  </body>
</html>