-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
42 lines (40 loc) · 1.55 KB
/
header.php
File metadata and controls
42 lines (40 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<!-- TEST GIT AUTO PULL 1:24PM -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset=utf-8 />
<title>age-o-matic</title>
<meta name="description" content="How old is something? The age-o-matic can tell you!" />
<link rel="Shortcut Icon" type="image/ico" href="img/calc.ico" />
<link rel="image_src" href="img/calc.png" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link href='//fonts.googleapis.com/css?family=Raleway:300,500,600' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- BEGIN GOOGLE ANALYTICS TRACKING CODE -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53216353-1', 'auto');
ga('send', 'pageview');
</script>
<!-- END GOOGLE ANALYTICS TRACKING CODE -->
<?php require('functions.php'); ?>
</head>
<body>
<div id="container">
<a href="index.php">
<header>
<div class="content">
<img src="img/calc-ffc25c.png" alt="Age Calculator" title="boop beep boop - i'm a computer" />
<h1>AGE-O-MATIC</h1>
</div>
</header>
</a>
<section id="body">
<div class="content">
<div id="intro">
<h2>Age Calculator</h2>