2012年5月9日水曜日

htmlをかく際のテンプレート


毎回作るのが面倒なので、
ここでコピペできる様にしておきたいと思います。


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-language" content="ja">
<meta charset="UTF-8">
<meta name="author" content="●●">
<title>●●</title>
<meta name="description" content="●●" />
<meta name="keywords" content="●●" />
<meta http-equiv="Content-Style-type" content="text/css">  
<meta http-equiv="Content-Script-Type" content="text/javascript" />





<!-- facebook -->
<meta property="og:title" content="●●"/>
<meta property="og:url" content="●●"/>
<meta property="og:image" content="●●/fb_ogp.jpg"/>
<meta property="og:description" content="●●" />
<!-- end facebook -->
<!-- facebook common -->
<meta property="og:type" content="blog"/>
<meta property="og:site_name" content="●●">
<meta property="fb:app_id" content="●●" />
<!-- end facebook common -->



<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>


</body>
</html>

0 件のコメント:

コメントを投稿