-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
23 lines (22 loc) · 881 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>GLM Functions</title>
<style>
html,body,thead,th,h1,h2 { margin: 0; padding: 0; }
.deprecated { color: red; }
a, .nolink { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }
table { font-size: 13px; font-family: monospace; margin: 20px; }
td:first-child { white-space: nowrap; }
thead { text-align:left; padding-bottom: 5px; font: 400 13px/19px Arial; }
.hpp { font-weight: normal; font-family: monospace; color: #999; }
.keyword { color: #008; }
h1,h2 { font-weight: bold; font-family: Arial; }
h1 { font-size: 18px; margin: 0; padding: 20px; background-color: #EEE; }
h2 { font-size: 16px; margin: 40px 20px 20px; padding-bottom: 6px; border-bottom: 1px solid #DDD; }
</style>
</head>
<body>${CONTENT}</body>
</html>