用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字
云代码 - javascript代码库

视频播放器

2017-12-27 作者: 柯侧耳倾听者举报

[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>&copy; 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>

[源代码打包下载]




网友评论    (发表评论)

共2 条评论 1/1页

发表评论:

评论须知:

  • 1、评论每次加2分,每天上限为30;
  • 2、请文明用语,共同创建干净的技术交流环境;
  • 3、若被发现提交非法信息,评论将会被删除,并且给予扣分处理,严重者给予封号处理;
  • 4、请勿发布广告信息或其他无关评论,否则将会删除评论并扣分,严重者给予封号处理。


扫码下载

加载中,请稍后...

输入口令后可复制整站源码

加载中,请稍后...