Webbserver - Love Blomberg

Show sourcecode

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

public_html/gamla-kurser/webbutv1/ovningar/

baskod.html
bentogrid.html
bilder/
css/
gimp_logga.html
index.html
js/
meny1/
meny2/
ovning-flexbox.html
ovning0.html
ovning00.html
ovning1.html
ovning10.html
ovning11.html
ovning12.html
ovning2.html
ovning3.html
ovning4.html
ovning5.html
ovning6.html
ovning6b.html
ovning7.html
ovning8a.html
ovning8b.html
ovning9a.html
ovning9b.html
ovning9c.html
ovning9d.html
sida2.html

bentogrid.html

45 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <title>Bento</title>
  <link rel="stylesheet" href="./css/bento_grid.css">
</head>

<body>
  <h1>BILDER SOM GO HARD</h1>
  <div class="bentobox">
    <div class="item" id="item1">
      <h2>1</h2>
      <img src="./bilder/mcdonk.webp" alt="mcdonk">
    </div>
    <div class="item" id="item2">
      <h2>2</h2>
    </div>
    <div class="item" id="item3">
      <h2>3</h2>
      <img src="./bilder/katt2.webp" alt="cat">
    </div>
    <div class="item" id="item4">
      <h2>4</h2>
      <img src="./bilder/donald.jpg" alt="donald">
    </div>
    <div class="item" id="item5">
      <h2>5</h2>
      <img src="./bilder/joe.jpg" alt="joe">
    </div>
    <div class="item" id="item6">
      <h2>6</h2>
    </div>
    <div class="item" id="item7">
      <h2>7</h2>
    </div>
    <div class="item" id="item8">
      <h2>8</h2>
      <img src="./bilder/katt1.jpg" alt="cat">
    </div>
  </div>
</body>

</html>