Webbserver - Love Blomberg

Show sourcecode

The following files exists in this folder. Click to view.

public_html/gamla-kurser/webbutv1/projekt/projekt-framtidens-infrastruktur/sidor/personliga/

bilder/
css/
eric.html
frank.html
love.html
test.html
video/

eric.html

32 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <title>Framtidens Infrastruktur - Internet & Tele</title>
  <link rel="stylesheet" type="text/css" href="../../css/style.css">
</head>

<body>
  <video autoplay muted loop id="bg-video">
    <source src="./video/server.mp4" type="video/mp4">
  </video>
  <!-- Navigationsfält -->
  <div class="header">
    <a href="../../index.html" class="header-title">FRAMTIDENS INFRASTRUKTUR</a>
    <div class="header-tabs">
      <a href="./love.html">Transport</a>
      <a href="./frank.html">Energi</a>
      <a href="./eric.html">Internet</a>
    </div>
  </div>
  <h1 class="titel">Internet och Telenät</h1>
  <h2 class="under-titel">Eric Henjer 23TE</h2>
  <div class="container">
    <div class="card">

    </div>
  </div>
</body>

</html>