Skip to content

Commit

Permalink
Add embed
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylee11 committed May 5, 2024
1 parent bd42002 commit f078097
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Food Reservation System</title>
<style>
body,
html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe
src="https://food-reservation-system-zfmt.onrender.com"
title="Food Reservation System"
></iframe>
</body>
</html>

0 comments on commit f078097

Please sign in to comment.