Created
August 19, 2013 22:07
-
-
Save mikekunze/6274753 to your computer and use it in GitHub Desktop.
This is an example layout I am using with Nagios E-Mail alerts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype 5 | |
html | |
head | |
link(rel='stylesheet', href='http://domain.com/components/bootstrap/docs/assets/css/bootstrap.css') | |
link(rel='stylesheet', href='http://domain.com/components/bootstrap/docs/assets/css/bootstrap-responsive.css') | |
link(rel='stylesheet', href='http://domain.com/components/font-awesome/css/font-awesome.min.css') | |
script(type="text/javascript", src="http://domain.com/components/jquery/jquery.min.js") | |
script(type="text/javascript", src="http://domain.com/components/bootstrap/docs/assets/js/bootstrap.js") | |
body | |
block content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment