-
Notifications
You must be signed in to change notification settings - Fork 0
/
makefile.html
46 lines (42 loc) · 1.49 KB
/
makefile.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>
/*{% block tz_app_title %}*/Game/*{% endblock %}*/
</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
html, body, div, span, object, iframe, h1, h2, p, a, img, ul, li, fieldset, form, label, legend, table, thead, tbody, tfoot, tr, th, td {
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
</style>
<!-- block tz_app_header -->
/*{% block tz_app_header %}*//*{% endblock %}*/
<!-- end tz_app_header -->
</head>
<body style="background:#B4B4B4;font:normal normal normal 13px/1.231 Helvetica,Arial,sans-serif;text-shadow:1px 1px #F9F8F8;">
<div id="engine" style="background:#939393;margin:auto;
border-left:1px solid #898989;width: 1280px;height:720px">
<!--
HTML to create a plugin or canvas instance.
Supplied by 'tz_engine_div' variable.
-->
/*{{ tz_engine_div }}*/
</div>
<!-- begin 'tz_include_js' variable -->
/*{{ tz_include_js }}*/
<!-- end 'tz_include_js' variable -->
<script type="text/javascript">
// ----------------------------------------
// Embedded code and startup code.
// Supplied by 'tz_startup_code' variable.
// ----------------------------------------
/*{{ tz_startup_code }}*/
</script>
</body>
</html>