Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Last active December 11, 2015 02:08
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 yuya-matsushima/4527911 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/4527911 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>template title</title>
<link href="css/styleseet.css" rel="stylesheet" />
</head>
<body>
<header>
<h1>どどドドドドドド</h1>
</header>
<section>
<p>オラオラオラオラオラオラオラオラ
オラオラオラオラオラオラオラオラ
オラオラオラオラオラオラオラオラ</p>
</section>
<footer>
<span>ふったー</span>
</footer>
</body>
</html>
doctype html
html
head
meta charset="utf-8"
title template title
link rel="stylesheet" href="css/styleseet.css"
body
header
h1 どどドドドドドド
section
p
|
オラオラオラオラオラオラオラオラ
オラオラオラオラオラオラオラオラ
オラオラオラオラオラオラオラオラ
footer
span ふったー
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment