diff options
author | Your Name <you@example.com> | 2025-01-08 01:25:07 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2025-01-08 01:25:07 +1100 |
commit | 8233414683d15b55fec1e1cc2e9227acc51ede72 (patch) | |
tree | 06ed76d9ae92f6173466a76c6e7dad0dfec522f6 /templates/core/index |
Version 1.00, initial commit
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> |