Untitled

 avatar
unknown
plain_text
10 months ago
892 B
12
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>About Us - Polytechnic Restaurant</title>
  <style>
    body {
      background-color: #e0f7fa;
      font-family: Georgia, serif;
      padding: 20px;
      text-align: center;
    }
    nav a {
      margin: 10px;
      text-decoration: none;
      color: #004d40;
    }
    h1 {
      color: #006064;
    }
  </style>
</head>
<body>
  <nav>
    <a href="index.html">Home</a>
    <a href="menu.html">Menu</a>
    <a href="about.html">About Us</a>
    <a href="contact.html">Contact Us</a>
  </nav>

  <h1>About Us</h1>
  <p>
    The Polytechnic Restaurant is a student-friendly food court located at the heart of the Bahrain Polytechnic campus.
  </p>
  <p>
    We serve fresh meals at affordable prices, and we’re proud to be a place where students and staff can enjoy great food together.
  </p>
</body>
</html>
Editor is loading...
Leave a Comment