-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskeleton.php
More file actions
35 lines (33 loc) · 1.36 KB
/
skeleton.php
File metadata and controls
35 lines (33 loc) · 1.36 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
<head>
<link type="text/css" rel="stylesheet" href="css\mystyle.css"/>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<title>Affordable In-Home TV Service | Baton Rouge, (225) 262-4472</title>
<meta name="Affordable In-Home TV Service" content="Broken TV? Don't take it to the shop! Call us at (225) 262-4473 and we'll come to you!">
</head>
<body>
<?php include_once("analyticstracking.php") ?>
<div id="pagecontainer">
<div id="headerbar">
<img id="headerbarImage" src="images/webbanner.jpg" usemap="#tvmap"/>
<map name="tvmap">
<area shape="rect" coords="156, 69, 879, 114" href="home.php" alt="Click for home page">
</map>
</div>
<div class="sidebuttons">
<a class="buttonlinks" href="home.php">Home</a>
</div>
<div class="sidebuttons">
<a class="buttonlinks" href="estimates.php">Estimates</a>
</div>
<div class="sidebuttons">
<a class="buttonlinks" href="models.php">Brands We Work On</a>
</div>
<div class="sidebuttons">
<a class="buttonlinks" href="about.php">About Us</a>
</div>
<div class="sidebuttons">
<a class="buttonlinks" href="ask.php">Ask Us a Question!</a>
</div>