-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.jade
More file actions
27 lines (19 loc) · 1.07 KB
/
head.jade
File metadata and controls
27 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
head
meta(charset='utf-8')
title Service Patterns in AngularJS
meta(name="description",content="An overview of service patterns in AngularJS")
meta(name="author",content="Jeremy Mason")
meta(name="apple-mobile-web-app-capable",content="yes")
meta(name="apple-mobile-web-app-status-bar-style",content="black-translucent")
meta(name="viewport",content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no")
link(rel="stylesheet",href="css/reveal.min.css")
link(rel="stylesheet",href="css/theme/default.css",id="theme")
link(rel="stylesheet",href="css/custom.css")
<!-- For syntax highlighting -->
link(rel="stylesheet",href="lib/css/zenburn.css")
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
script(type="text/javascript")
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->