sysbar.tx 1.1 KB

123456789101112131415161718
  1. <div id="topkek" style="text-align: center; vertical-align: middle;">
  2. <button title="Menu" id="clickme">☰</button>
  3. <span id="configbar">
  4. <a href="/" title="Back home" class="topbar">Home</a>
  5. <a href="/config" title="Configuration" class="topbar">Settings</a>
  6. <a href="/manual" title="Manual" class="topbar">Manual</a>
  7. <a href="/post/news" title="Micro Blog" class="topbar">News</a>
  8. <a href="/post/blog" title="Blog" class="topbar">Blog</a>
  9. <a href="/post/image" title="Images" class="topbar">Images</a>
  10. <a href="/post/video" title="Video" class="topbar">Video</a>
  11. <a href="/post/audio" title="Audio" class="topbar">Audio</a>
  12. <a href="/post/files" title="Files" class="topbar">Files</a>
  13. <a href="/post/series" title="Series" class="topbar">Series</a>
  14. <a href="/post/about" title="About" class="topbar">About</a>
  15. <a href="/logout" title="Logout" class="topbar">🚪</a>
  16. </span>
  17. </div>
  18. <div style="height:3rem;">hidon</div>