File: header.html

package info (click to toggle)
r-cran-pander 0.6.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,804 kB
  • sloc: javascript: 301; cpp: 145; lisp: 94; makefile: 21
file content (26 lines) | stat: -rw-r--r-- 1,739 bytes parent folder | download | duplicates (3)
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
<!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link rel="stylesheet" href="http://cdn.rapporter.net/pander/stylesheets/base.css" />
<link rel="stylesheet" href="http://cdn.rapporter.net/pander/stylesheets/skeleton.css" />
<link rel="stylesheet" href="http://cdn.rapporter.net/pander/stylesheets/layout.css" />
<link rel="stylesheet" href="http://cdn.rapporter.net/pander/stylesheets/slimbox2.css" />
<link rel="stylesheet" href="http://cdn.rapporter.net/pander/stylesheets/custom.css" />
<link rel="stylesheet" href="http://cdn.rapporter.net/pander/stylesheets/caption.css"/>

<link rel="shortcut icon" href="http://cdn.rapporter.net/pander/images/favicon.gif" />
<link rel="apple-touch-icon" href="http://cdn.rapporter.net/pander/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="http://cdn.rapporter.net/pander/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="http://cdn.rapporter.net/pander/images/apple-touch-icon-114x114.png" />

<script type="text/javascript" src="http://cdn.rapporter.net/pander/javascripts/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://cdn.rapporter.net/pander/javascripts/custom.js"></script>
<script type="text/javascript" src="http://cdn.rapporter.net/pander/javascripts/slimbox2.js"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
  tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
  });
</script>
<script type="text/javascript" src="http://cdn.rapporter.net/mathjax/2.1/MathJax.js?config=TeX-AMS_HTML"></script>
<script type="text/javascript" src="http://cdn.rapporter.net/pander/javascripts/jcaption.min.js" /></script>