-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathtemplate.html
27 lines (26 loc) · 1.15 KB
/
template.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
<!--$title-->
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- scripts for highlighter -->
<script type="text/javascript" src="scripts/shCore.js"></script>
<script type="text/javascript" src="scripts/shBrushXml.js"></script>
<script type="text/javascript" src="scripts/shBrushScala.js"></script>
<script type="text/javascript" src="scripts/shBrushBash.js"></script>
<!-- CSS for highlighter -->
<link href="css/shCore.css" rel="stylesheet" type="text/css" />
<link href="css/shThemeDefault.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/lyx.css" type="text/css" media="screen"/>
</head>
<body>
<div id="globalWrapper">
<!--$content-->
<p class="bottom">(C) <!--$year--> <!--$author--></p>
</div>
<script type="text/javascript">SyntaxHighlighter.all()</script>
</body>
</html>