Skip to content

Commit

Permalink
Ticket #3399 - Splash block and page.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Sep 16, 2021
1 parent f3a61fd commit 8b6005e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions modules/boonex/artificer/data/template/system/page_2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="__lang__">
<head>
<bx_injection:injection_head_begin />

<meta http-equiv="Content-Type" content="text/html; charset=__page_charset__" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<title>__page_header__</title>
<base href="<bx_url_root />" />

__meta_info__
__page_robots__

<bx_include_css_styles />
<bx_include_css_system />
<bx_include_css />

__dol_images__
__dol_lang__
__dol_options__

<bx_include_js_system />
<bx_include_js />

<bx_include_auto:_header_js.html />
<bx_include_auto:_header_js_spinner.html />
<bx_include_auto:_header_js_custom.html />

__extra_js__

__system_injection_head__
<bx_injection:injection_head />
<bx_include_auto:_header_meta.html />
</head>
<body class="bg-gray-100 dark:bg-black text-gray-500 dark:text-gray-400" dir="__lang_direction__" <bx_injection:injection_body /> >
__system_injection_header__
<bx_injection:injection_header />
__page_main_code__
__system_injection_footer__
<bx_injection:injection_footer />
</body>
</html>

0 comments on commit 8b6005e

Please sign in to comment.