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
52 lines
3.0 KiB
PHP
52 lines
3.0 KiB
PHP
<?php
|
|
$this->load->helper('url');
|
|
header('Access-Control-Allow-Origin: *');
|
|
|
|
?>
|
|
<head>
|
|
<!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/61820bf37e70b1f433220722/script.js"></script> <!-- End cookieyes banner -->
|
|
<title>Din Beste Hjelper AS</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="icon" href="<?php echo SITEURL;?>assets/img/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700%7CMontserrat:300,400,500,700,800,900%7CQuicksand:700">
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/css/fontawesome-all.min.css">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
|
|
<script src="<?php echo SITEURL;?>assets/js/jquery/jquery.js"></script>
|
|
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/js/jquery/jquery-ui.css">
|
|
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/css/bootstrap.css">
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/css/fonts.css">
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/css/main.css">
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/css/style.css">
|
|
<link rel="stylesheet" href="<?php echo SITEURL;?>assets/css/responsive.css">
|
|
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
|
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/css/calendar.css">
|
|
<!-- Meta Pixel Code -->
|
|
<script>
|
|
!function(f,b,e,v,n,t,s)
|
|
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
|
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
|
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
|
n.queue=[];t=b.createElement(e);t.async=!0;
|
|
t.src=v;s=b.getElementsByTagName(e)[0];
|
|
s.parentNode.insertBefore(t,s)}(window, document,'script',
|
|
'https://connect.facebook.net/en_US/fbevents.js');
|
|
fbq('init', '1022633592888217');
|
|
fbq('track', 'PageView');
|
|
</script>
|
|
<noscript><img height="1" width="1" style="display:none"
|
|
src="https://www.facebook.com/tr?id=1022633592888217&ev=PageView&noscript=1"
|
|
/></noscript>
|
|
<!-- End Meta Pixel Code -->
|
|
<!-- Google Tag Manager -->
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-MQSMS5BT');</script>
|
|
<!-- End Google Tag Manager -->
|
|
|
|
</head>
|