| Line 8... |
Line 8... |
| 8 |
<!DOCTYPE html>
|
8 |
<!DOCTYPE html>
|
| 9 |
<html lang="en">
|
9 |
<html lang="en">
|
| 10 |
<head>
|
10 |
<head>
|
| 11 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
11 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 12 |
<title>404 Page Not Found</title>
|
12 |
<title>404 Page Not Found</title>
|
| - |
|
13 |
<script>
|
| - |
|
14 |
var _gaq = _gaq || [];
|
| - |
|
15 |
_gaq.push(['_setAccount', '<?php echo $this->config->item('ga_id');?>']);
|
| - |
|
16 |
_gaq.push(['_setDomainName', '<?php echo $this->config->item('ga_domain');?>']);
|
| - |
|
17 |
_gaq.push(['_trackPageview']);
|
| - |
|
18 |
|
| - |
|
19 |
(function() {
|
| - |
|
20 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
| - |
|
21 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
| - |
|
22 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
| - |
|
23 |
})();
|
| - |
|
24 |
</script>
|
| 13 |
<style type="text/css">
|
25 |
<style type="text/css">
|
| 14 |
|
26 |
|
| 15 |
::selection{ background-color: #E13300; color: white; }
|
27 |
::selection{ background-color: #E13300; color: white; }
|
| 16 |
::moz-selection{ background-color: #E13300; color: white; }
|
28 |
::moz-selection{ background-color: #E13300; color: white; }
|
| 17 |
::webkit-selection{ background-color: #E13300; color: white; }
|
29 |
::webkit-selection{ background-color: #E13300; color: white; }
|