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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/pix/favicon.ico">
##head_lines##
<title>##title##</title>
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css?##VERSION##">
<!-- #BEGINZONE include_notify_js -->
<link rel="stylesheet" type="text/css" href="/notifyjs/simple-notify.css" />
<script type="text/javascript" src="/notifyjs/simple-notify.min.js"></script>
<script type="text/javascript" src="/notifyjs/index.js"></script>
<!-- #ENDZONE include_notify_js -->
<!-- #BEGINZONE include_stylesheet -->
<link rel="stylesheet" type="text/css" href="/dyncss/basic##included_stylesheet##.css?##VERSION##">
<!-- #ENDZONE include_stylesheet -->
<!-- #BEGINZONE include_editor_stylesheet -->
<link rel="stylesheet" type="text/css" href="/dyncss/editor##included_editor_stylesheet##.css?##VERSION##">
<link rel="stylesheet" type="text/css" href="/css/editor.css?##VERSION##">
<!-- #ENDZONE include_editor_stylesheet -->
<script type="text/javascript">var themeColorForTabs = "##themecolorfortabs##"</script>
<script type="text/javascript">var mainMenuAlwaysOn = "##mainmenualwayson##"</script>
<script type="text/javascript" src="/assets/header.js?##VERSION##"></script>
<script type="text/javascript" src="/navigation/shortcuts.js?##VERSION##"></script>
<style>##embedded_css##</style>
<link rel="apple-touch-icon" sizes="180x180" href="/pix/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/pix/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/pix/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link rel="mask-icon" href="/pix/safari-pinned-tab.svg" color="#5d5c82">
<meta name="msapplication-TileColor" content="#5d5c82">
<meta name="msapplication-config" content="/assets/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body class="##body_theme_color##">
|