Advertisement
Guest User

Untitled

a guest
Jul 9th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <link rel="stylesheet" type="text/css" href="index.css">
  6.     <title></title>
  7. </head>
  8.  
  9. <body>
  10.     <div class="header">
  11.         <h1 class="title">Последняя сессия</h1>
  12.         <h1 class="history">История</h1>
  13.     </div>
  14.     <div class="content">
  15.         <div class="list">
  16.             <div class="list-header">
  17.                 <button>Открыть все</button>
  18.             </div>
  19.             <div class="item">
  20.                 <div class="itemaction">
  21.                     <div class="itemremove"></div>
  22.                 </div>
  23.                 <div class="itemaction">
  24.                     <div class="itemicon"></div>
  25.                     <div class="itemtitle">Test</div>
  26.                 </div>
  27.             </div>
  28.         </div>
  29.     </div>
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement