Skip to content

Instantly share code, notes, and snippets.

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