Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.82 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang = "pl">
  3.     <head>
  4.         <meta charset = "utf-8">
  5.         <link rel = "stylesheet" href ="style.css" type = "text/css">
  6.         <title>Techniki Internetowe 2019/2020 - zadania </title>
  7.     </head>
  8.  
  9.     <body>
  10.         <h1 id = "main_h1"> Internet Technology 2019/2020</h1>
  11.         <div id = "container">
  12.             <div id = "lab">
  13.                 <h2> Lecture 02 - IBM Cloud </h2>
  14.                
  15.                 <ul>
  16.                     <li>Zadanie 1 : <a href = "#">  [link]</a></li>
  17.                 </ul>
  18.             </div>
  19.  
  20.             <div id = "lab">
  21.                 <h2> Lab 03 - IBM Cloud </h2>
  22.                 <ul>
  23.                     <li>Zadanie x : <a href = "#">  [link]</a></li>
  24.                 </ul>
  25.             </div>
  26.  
  27.         </div>
  28.     </body>
  29.  
  30.  
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement