index.html 577 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>


    <style>

  div {
    width: 100%;
    height: 800px;
    background: url("image/background.png");
    background-size: cover;

}

  </style>
  </head>
  <body background = "image/background.jpg">

  <div>
  <center>  <img src="image/1.png" alt=""></center><br><br><br>

 <center><img src="image/1.jpg" alt="" width="400px"></center><br><br>

  <a href="question.html">
    <center>  <img src="image/2.png"></center>
  </a>



  </div>
<script>

</script>
  </body>
</html>