#3 (Facial Recognition Program) index.html

2022. 8. 26. 03:42Facial Recognition program

<!DOCTYPE html>
<html>

<head>
  <title>Face Recognition</title>
</head>

<body>
  <br>
  <br>
  <br>
  <br>
  <br>
  <div class="task">
    <center>
      <h1>
        <font size="13" color="black">
           <a href="/task">Face Recognition</a>
        </font>
      </h1>
    </center>
  </div>
  <br>
  <br>
  <br>
  <br>

  <center>
    <hr>
  </center>

  <center>
    <a href="/logout">Logout</a>
  </center>

  <div class="breaker">
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
  </div>

  <div class="footer">
    <footer style="position: fixed; left: 2; right: 2; width: 95%; bottom: 0;">
      <center>
        This webpage is for face recognition.
      </center>
    </footer>
  </div>
</body>

</html>