-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy paththeme.html
More file actions
20 lines (20 loc) · 1.07 KB
/
theme.html
File metadata and controls
20 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<title>%(title)s</title>
<meta name="ROBOTS" content="ALL" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="Keywords" content="cherokee web server httpd http" />
<meta name="Description" content="Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library. It is embeddable and extensible with plug-ins. It supports on-the-fly configuration, TLS/SSL, virtual hosts, authentication, cache friendly features, PHP, custom error management, several load balancing policies, database balancing, and much more." />
%(head)s
<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/static/css/cherokee.css" />
<script type="text/javascript" src="/CTK/js/jquery-1.3.2.min.js"></script>
</head>
<body%(body_props)s>
%(body)s
</body>
</html>