index.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  5. <!-- HTML Meta Tags -->
  6. <title>Homepage | WebStick</title>
  7. <meta name="description" content="A tiny web server powered by ESP8266, designed by tobychui">
  8. <meta name="viewport" content="width=device-width, initial-scale=1" >
  9. <!-- Facebook Meta Tags -->
  10. <meta property="og:url" content="https://imuslab.com">
  11. <meta property="og:type" content="website">
  12. <meta property="og:title" content="Welcome to WebStick!">
  13. <meta property="og:description" content="A tiny web server powered by ESP8266, designed by tobychui">
  14. <meta property="og:image" content=" ">
  15. <!-- Twitter Meta Tags -->
  16. <meta name="twitter:card" content="summary_large_image">
  17. <meta property="twitter:domain" content="imuslab.com">
  18. <meta property="twitter:url" content="https://imuslab.com">
  19. <meta name="twitter:title" content="Welcome to WebStick!">
  20. <meta name="twitter:description" content="A tiny web server powered by ESP8266, designed by tobychui">
  21. <meta name="twitter:image" content=" ">
  22. <!-- CDN -->
  23. <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  24. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/5.0.2/tocas.min.css">
  25. <script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/5.0.2/tocas.min.js"></script>
  26. <link rel="preconnect" href="https://fonts.googleapis.com">
  27. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  28. <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap" rel="stylesheet">
  29. </head>
  30. <body>
  31. <div class="ts-content">
  32. <div class="ts-tab is-segmented">
  33. <a class="item is-active" data-tab="home">Home</a>
  34. <a class="item" data-tab="about">About</a>
  35. <a class="item" data-tab="posts">Posts</a>
  36. <a class="item" data-tab="downloads">Downloads</a>
  37. <a class="item" data-tab="qr">QR</a>
  38. </div>
  39. <div class="has-top-spaced-small"></div>
  40. <div class="ts-content" id="home">
  41. <p>Welcome to the Home tab!</p>
  42. </div>
  43. <div class="ts-content" id="about">
  44. </div>
  45. <div class="ts-content" id="posts">
  46. <p>Check out the latest posts in the Posts tab.</p>
  47. </div>
  48. <div class="ts-content" id="downloads">
  49. <p>Find useful resources in the Downloads tab.</p>
  50. </div>
  51. <div class="ts-content" id="qr">
  52. <p>Generate QR codes in the QR tab.</p>
  53. </div>
  54. <div class="ts-divider"></div>
  55. <div class="ts-content">
  56. <p class="ts-text">This site is hosted on a WebStick designed by <a href="https://imuslab.com" target="_blank">tobychui</a></p>
  57. </div>
  58. </div>
  59. <script>
  60. $("#about").load("about.html");
  61. $("#qr").html('<iframe src="tool/qr.html" style="border: none; width: 100%; height: calc(100vh - 200px);"></iframe>');
  62. </script>
  63. <!--
  64. <div class="ui container" align="center">
  65. <br>
  66. <div class="ui fluid card charactercard">
  67. <div class="image" style="background-color: #ffe38d;" align="center">
  68. <div class="character ring">
  69. <div class="character infill">
  70. <img src="img/selfie.jpg" style="border-radius: 50%; width: 100%; user-select: none; pointer-events: none;">
  71. </div>
  72. </div>
  73. <h1 style="font-weight: bolder;">Hello visitor!</h1>
  74. <div class="dark divider"></div>
  75. <div class="ui breadcrumb">
  76. <div class="section">Software Engineer</div>
  77. <div class="divider"> / </div>
  78. <div class="section">Electronics Maker</div>
  79. </div>
  80. <div class="linkbuttons">
  81. <a class="ui fluid white button" href="about.html">About WebStick</a>
  82. <a class="ui fluid white button" href="blog/index.html">My Blog</a>
  83. <a class="ui fluid white button" href="down/"><i class="ui download icon"></i> Downloads</a>
  84. <a class="ui fluid white button" href="tool/qr.html"><i class="ui qrcode icon"></i> QR Code Generator</a>
  85. <div class="ui divider"></div>
  86. <a class="ui fluid white button" href="admin/"><i class="ui sign in icon"></i> Admin Panel</a>
  87. </div>
  88. </div>
  89. <div class="content" align="center">
  90. <a class="blacklink" href="https://www.youtube.com/channel/UCzbcGOZHO2BH-ANX7W0MGIg"><i class="big youtube icon"></i></a>
  91. <a class="blacklink" href="https://blog.imuslab.com"><i class="big wordpress icon"></i></a>
  92. <a class="blacklink" href="mailto:[email protected]"><i class="big envelope icon"></i></a>
  93. <a class="blacklink" href="https://github.com/tobychui/"><i class="big github icon"></i></a>
  94. <a class="blacklink" href="https://www.facebook.com/ImusLaboratory"><i class="big facebook icon"></i></a>
  95. </div>
  96. </div>
  97. <br>
  98. <p>This site is hosted on a WebStick designed by <a href="https://imuslab.com">imuslab</a></p>
  99. <br>
  100. </div>
  101. -->
  102. </body>
  103. </html>