Skip to content

Commit

Permalink
Add a small Calypso banner on top of the HTML
Browse files Browse the repository at this point in the history
Props @stephanethomas who used it in `calypso-bootstrap`.

Generated by `figlet -c -w 40 "calypso”`.
  • Loading branch information
nb committed Nov 22, 2015
1 parent e9b3bd2 commit 60dfa0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions server/pages/index.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
doctype html
//
<3
_
___ __ _| |_ _ _ __ ___ ___
/ __/ _\` | | | | | '_ \/ __|/ _ \\
| (_| (_| | | |_| | |_) \__ \ (_) |
\___\__,_|_|\__, | .__/|___/\___/
|___/|_|
html(lang=lang, dir=isRTL ? 'rtl' : 'ltr', class=isFluidWidth ? 'is-fluid-width' : '')
head
title WordPress.com
Expand Down

0 comments on commit 60dfa0e

Please sign in to comment.