Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created September 21, 2015 14:02
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 chuck0523/4f73d4c41bb5f437eb0e to your computer and use it in GitHub Desktop.
Save chuck0523/4f73d4c41bb5f437eb0e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width" name="viewport" />
<title>Image like video</title>
<link href="style.css" rel="stylesheet" />
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="main.js"></script>
</head>
<body>
<header class="header">
<nav>
<ul class="headerMenus">
<li class="about"><a href="">About</a></li>
<li class="content"><a href="">Content</a></li>
<li class="link"><a href="">Link</a></li>
</ul>
</nav>
</header>
<section class="titleContainer">
<h1 class="title">Hello World!</h1>
<p class="subtitle">welcome to my website</p>
</section><img class="img" id="img" src="image01.jpg" /></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment