Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 609B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Index OM</title>
  5. <meta charset="utf-8">
  6. <link rel="stylesheet" type="text/css" href="style/style.css">
  7. </head>
  8. <body>
  9. <main>
  10. <section class="header">
  11. <h1></h1>
  12. </section>
  13. <section class="menu">
  14. <nav>
  15. <ul>
  16. <li><a href=""></a></li>
  17. <li><a href=""></a></li>
  18. <li><a href=""></a></li>
  19. </ul>
  20. </nav>
  21. </section>
  22. <section class="article">
  23. <article>
  24. <h2></h2>
  25. <p></p>
  26. </article>
  27. </section>
  28. </main>
  29. <script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js"></script>
  30. </body>
  31. </html>