-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
29 lines (21 loc) · 1.12 KB
/
head.html
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
28
29
<head>
<meta charset="utf-8"/>
<title>Angular 2: What To Expect</title>
<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/simple.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">' );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>