Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created August 26, 2015 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndianGuru/acab12236bcda1958b79 to your computer and use it in GitHub Desktop.
Save IndianGuru/acab12236bcda1958b79 to your computer and use it in GitHub Desktop.
File index.html
<!DOCTYPE html>
<html>
<head>
<title>Dosa Diner</title>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheets/dosasite.css">
</head>
<body>
<h1><img src="images/dosa.jpg" alt="Dosa Diner" />Dosa Diner</h1>
<h2>The Restaurant</h2>
<p>The Dosa Diner offers casual lunch and dinner fare in a hip atmosphere.
The menu changes regularly to highlight the freshest ingredients.</p>
<h2>Catering Services</h2>
<p>You have fun... we'll do the cooking. Dosa Diner Catering can handle events
from snacks for bridge club to elegant corporate fundraisers.</p>
<h2>Location and Hours</h2>
<p>Deccan Corner in Pune, India;
Monday through Thursday 11am to 9pm, Friday and Saturday, 11am to midnight.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment