Files
parallel-hashmap/pdf/template.html
T
2019-03-03 18:37:14 -05:00

72 lines
1.8 KiB
HTML
Vendored

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Parallel Hashmap (Gregory Popovitch)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<style type="text/css">
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 18px;
line-height: 1.5;
padding: 40px;
}
img.resize {
max-width: 100%;
max-height: 100%;
}
h3 {
font-size: 22px;
margin-top: 40px;
margin-bottom: 10px;
}
.sourceCode {
font-size: 14px;
}
$header-includes$
</style>
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/colors.css" rel="stylesheet">
<link rel="alternate" type="application/atom+xml" title="The Parallel Hashmap" href="rss/atom.xml" />
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
$endfor$
$if(math)$
$if(html5)$
$else$
$math$
$endif$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
<div>
<div class="row">
<div class="span9 body">
<!--<h1>article</h1>--!>
$body$
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery.js"></script>
</body>
</html>