You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 389B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Mediator</title>
  7. <link rel="stylesheet" href="style.css">
  8. <link rel="icon" type="image/png" href="favicon.png">
  9. </head>
  10. <body>
  11. <div class="menu">
  12. <a href="files.html">Files</a>
  13. <a href="remote.html">Remote</a>
  14. </div>
  15. </body>
  16. </html>