Skip to content

Instantly share code, notes, and snippets.

@shimakyohsuke
Last active January 16, 2016 04:42
Show Gist options
  • Save shimakyohsuke/3ed015641ae90fd0c1c2 to your computer and use it in GitHub Desktop.
Save shimakyohsuke/3ed015641ae90fd0c1c2 to your computer and use it in GitHub Desktop.
[KFUG UI勉強会 − サイボウズの新オフィスで学ぶ2016年のUI](http://kfug.connpass.com/event/24182/) のスライド用Gist
//- index.jade
doctype html
html
head
title タイトル
body
include nav.jade
//- nav.jade
ul
li: a(href="#foo") foo
li: a(href="#bar") bar
li: a(href="#baz") baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment