Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
55 lines (54 sloc)
1.75 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Menu Page</title> | |
| </head> | |
| <body bgcolor="beige"> | |
| <center> | |
| <table> | |
| <tr align="center"> | |
| <td> | |
| <a href="home.html" target="main"><img src="images/home.gif" alt="Homepage" border="0" WIDTH="46" HEIGHT="70"><br>Homepage</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="live.html" target="main"><img src="images/live.gif" alt="Livability" border="0" WIDTH="57" HEIGHT="40"><br>Livability</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="leisure.html" target="main"><img src="images/leisure.gif" alt="Leisure Life" border="0" WIDTH="47" HEIGHT="40"><br>Leisure Life</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="lake.html" target="main"><img src="images/lake.gif" alt="Logan Martin Lake" border="0" WIDTH="44" HEIGHT="40"><br>Logan Martin Lake</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="economy.html" target="main"><img src="images/economy.gif" alt="Economy" border="0" WIDTH="44" HEIGHT="40"><br>Economy</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="new.html" target="main"><img src="images/new.gif" alt="Newcomer Infromation" border="0" WIDTH="56" HEIGHT="40"><br>Newcomer Information</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="service.html" target="main"><img src="images/service.gif" alt="Community Service" border="0" WIDTH="41" HEIGHT="41"><br>Community Service</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="education.html" target="main"><img src="images/education.gif" alt="Education" border="0" WIDTH="50" HEIGHT="40"><br>Education</a> | |
| </td> | |
| </tr> | |
| <tr align="center"> | |
| <td> | |
| <a href="inforeq.html" target="main"><img src="images/question.gif" alt="Any More Questions" border="0" WIDTH="42" HEIGHT="62"><br>Any More Questions</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </center> |