Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <meta charset="utf-8">
  8. <title>Obligatorisk innlevering 2</title>
  9. <link rel="stylesheet" href="hoved.css">
  10. <link rel="stylesheet" href="form.css">
  11. <script src="funksjoner.js"></script>
  12.  
  13. </head>
  14.  
  15. <body class="gbStil">
  16.  
  17. <div id="boks">
  18. <h1>Obligatorisk innlevering 2</h1>
  19. <br>
  20. <nav>
  21. <ul>
  22. <li><a href="index.html"> Hjem </a></li>
  23. </ul>
  24.  
  25. <h2>Funksjoner</h2>
  26. <ul>
  27. <li><a href="registrerklasse.php"> Registrer klasse </a></li>
  28. <li><a href="registrerstudent.php"> Registrer student</a></li>
  29. <li><a href="klasseliste.php">Vis klasseliste</a></li>
  30. <li><a href="visklasse.php"> Vis klasser </a></li>
  31. <li><a href="visstudent.php"> Vis studenter </a></li>
  32.  
  33. </ul>
  34. <h2>Tekstfiler</h2>
  35. <ul>
  36. <li><a href="../../filer/klasse.txt">klasse.txt</a></li>
  37. <li><a href="../../filer/student.txt">student.txt</a></li>
  38. </ul>
  39. </nav>
  40. <article class="">
  41. </article>
  42. <br class="clearfloat"/>
  43. <br>
  44. <footer class="gbStil">Kevin Sandmark</footer>
  45. </div>
  46.  
  47. </body>
  48.  
  49.  
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement