[javascript]代码库
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About - Joe's Pizza Co.</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="Joe's Pizza is the home of the best pizzas in all of New York City.">
<meta name="keywords" content="pizzas,joes pizza,garlic bread,pepperoni">
<meta name="author" content="YOUR NAME">
</head>
<body>
<!-- Page Container -->
<div id="container">
<!-- Header -->
<header>
<!-- Logo -->
<div id="logo">
<h1>Joe's Pizza Co.</h1>
</div>
<!-- Navigation -->
<nav>
<ul>
<li>
<a href="index.html" title="Joe's Pizza Co.">
Home
</a>
</li>
<li>
<a href="about.html" title="Find out more about Joe's Pizza Co." class="active">
About
</a>
</li>
<li>
<a href="news.html" title="Latest News about Joe's Pizza Co.">
News
</a>
</li>
<li>
<a href="menu.html" title="The restaurant menu for Joe's Pizza Co.">
Menu
</a>
</li>
<li>
<a href="locations.html" title="Joe's Pizza Co. restaurant locations.">
Locations
</a>
</li>
<li>
<a href="bookings.html" title="Make a booking">
Bookings
</a>
</li>
</ul>
</nav>
</header>
<!-- Main Content -->
<div>
<!-- Page Text -->
<section id="page-text">
<h1>About Joe's Pizza Co.</h1>
<div id="video">
<video src="videos/mikethefrog.webm"
id="myVideo" width="400" height="225"
controls></video>
</div>
<p>
Established in 1984, Joe's Pizza Co. prides itself on serving up authentic Italian pizzas with a New York twist. Since opening their first restaurant at 310 West 38th Street, Joe's has expanded into two more restaurants distributed throughout New York.
</p>
<p>
Our founder Joe Balochio has always said <q>"A great pizza starts with selecting quality, fresh ingredients from local suppliers."</q> This belief is embodied in the company and the pizzas that you will eat in our restaurants will never contain any poor quality or cheap ingredients. We take great pride in the quality of our pizzas.
</p>
<p>
Joe's Pizza Co. is a member of the National Restaurant Association (<abbr title="National Restaurant Association">NRA</abbr>).
</p>
</section>
</div>
<!-- Footer -->
<footer>
<small>© 2012 Joe's Pizza Co. All Rights Reserved</small> - <a href="sitemap.html" title="Links to all the pages on this website">Sitemap</a>
</footer>
</div>
</body>
</html>
[源代码打包下载]
初级程序员
by: 云代码会员 发表于:2018-09-28 20:27:34 顶(0) | 踩(0) 回复
沙发沙发
回复评论