seitime-frappe/conf/index.html
2012-02-14 17:27:25 +05:30

25 lines
526 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta charset="utf-8">
<title>ERPNext</title>
{{ ajax_meta_tag }}
<meta name="author" content="">
<script type="text/javascript">
window._version_number = "{{ version }}";
{{ bootinfo }};
</script>
{{ style_tag }}
{{ script_tag }}
{% if analytics_code %}
<script type="text/javascript">
try {
{{ analytics_code }}
} catch(e) {
console.log(e);
}
</script>
{% endif %}
</head>
<body>
{{ body_html }}
</body>