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 318B

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