Skip to content

Instantly share code, notes, and snippets.

@foo9
foo9 / recipe.html
Created December 4, 2012 05:07 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>レシピ</title>
</head>
<body>
<header>
<h1>レシピ</h1>
</header>