Initial import of Din Beste Hjelper site
CodeIgniter 3 app for dinbestehjelper.no. Excludes vendor/, local backup folders (new/, archive/, archived/) and DB dumps (*.sql) via .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P16ttGUge8zj91dm6WrmEb
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php header('Access-Control-Allow-Origin: *'); ?>
|
||||
<!DOCTYPE html>
|
||||
<html class="wide wow-animation" lang="en">
|
||||
<?php
|
||||
include(getcwd().'/application/views/includes/public-head.php');
|
||||
?>
|
||||
<body<?php if(isset($page_identifier)) echo ' class="'.$page_identifier.'"'; ?>>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQSMS5BT"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
|
||||
<div class="preloader">
|
||||
|
||||
<div class="preloader-body">
|
||||
|
||||
<div class="cssload-container"><span></span><span></span><span></span><span></span></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="page">
|
||||
<?php
|
||||
include(getcwd().'/application/views/includes/public-header.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user