Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>DemoExhibits</title>
  6. <link rel="stylesheet" href="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous">
  7. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
  8. <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
  9. </head>
  10. <body>
  11.  
  12. <body>
  13. <div class="ui top attached demo menu">
  14. <a class="item">
  15. <i class="sidebar icon"></i> Menu
  16. </a>
  17. </div>
  18. <div class="ui bottom attached segment">
  19. <div class="ui inverted labeled icon left inline vertical demo sidebar menu">
  20. <a class="item">
  21. <i class="home icon"></i> Home
  22. </a>
  23. <a class="item">
  24. <i class="block layout icon"></i> Topics
  25. </a>
  26. <a class="item">
  27. <i class="smile icon"></i> Friends
  28. </a>
  29. <a class="item">
  30. <i class="calendar icon"></i> History
  31. </a>
  32. </div>
  33. <div class="pusher">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement