Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang = "pl">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Strona z Technik</title>
  7. <link rel="stylesheet" type="text/css" href="style.css">
  8. <script src="script.js"></script>
  9. </head>
  10. <body>
  11. <script>const helper = new Helper();
  12. </script>
  13.  
  14. <div class="menu">
  15. <a href="index.html">Strona Główna</a>
  16. <a class="active" href="projekt2.html">Projekt2</a>
  17. <a href="projekt3.html">Projekt3</a>
  18. </div>
  19.  
  20. <div class="content">
  21. <p id="studentList">
  22. <b>Lista Studentow</b>
  23. </p>
  24. </div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement