diff options
Diffstat (limited to 'templates/core/index')
-rw-r--r-- | templates/core/index | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/core/index b/templates/core/index new file mode 100644 index 0000000..9d53d86 --- /dev/null +++ b/templates/core/index @@ -0,0 +1,11 @@ +<html> + <head> + <meta charset="utf-8"> + <link href="<!--css_main-->" rel="stylesheet" type="text/css"> + </head> + <body> + <!--HEADER--> + <!--CORE/CONTENT--> + <!--FOOTER--> + </body> +</html> |