Skip to content

Instantly share code, notes, and snippets.

@yurfuwa-chan
Last active December 19, 2015 04:08
Show Gist options
  • Save yurfuwa-chan/5894676 to your computer and use it in GitHub Desktop.
Save yurfuwa-chan/5894676 to your computer and use it in GitHub Desktop.
to murayama
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>ホームページのタイトル</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>ホームページのタイトル</h1>
ナビゲーションです
<ul>
<li>メニュー1</li>
<li>メニュー2</li>
<li>メニュー3</li>
<li>メニュー4</li>
</ul>
<p> 説明です
管理人「木屋町」が管理するイラストサイトです。<br />
日記は比較的更新しておりますが、<br />
ギャラリーは稀にしか更新しないので<br />
pixivにアップしている絵の方が最近の絵柄に近いと思います。<br />
絵のお仕事募集しておりますので、<br />
詳細はメニューの「work」からご確認お願いいたします。<br />
個人、サークル様のご依頼もお受けしておりますので<br />
どうぞ、お気軽にご相談いただければと思います.
</p>
</body>
</html>
h1{
font-size: 30px;
color: #cc3333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment