Skip to content

Instantly share code, notes, and snippets.

@muramoto1041
Created June 1, 2018 04:51
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 muramoto1041/a782af0fcaeaf671badc535243828655 to your computer and use it in GitHub Desktop.
Save muramoto1041/a782af0fcaeaf671badc535243828655 to your computer and use it in GitHub Desktop.
menubar_html
<!-- ナビゲーションバー -->
<div id="menubar">
<ul>
<li><a href="http://seo-analytics.hatenablog.com/index" title="SEO対策基本講座" >SEO対策基本講座</a></li>
<li><a href="http://seo-analytics.hatenablog.com/adsense" title="">広告収入について</a></li>
<li><a href="http://seo-analytics.hatenablog.com/web-marketing" title="ブログ集客について" >ブログ集客について</a></li>
<li><a href="#" title="ブログデザインについて" >ブログデザインについて</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment