-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (62 loc) · 2.75 KB
/
index.html
File metadata and controls
71 lines (62 loc) · 2.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Company Name</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/lte-ie8.css">
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<header id="header">
<div class="wrap">
<h1>Company Name</h1>
</div>
</header>
<section id="content">
<div class="wrap">
<div id="col1" class="column">
<h2>Headline!</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div id="col2" class="column">
<h2>Headline!</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div id="col3" class="column">
<h2>Headline!</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</section>
<footer id="footer">
<div class="wrap">
<h2>Company Name</h2>
<p><strong>Physical</strong> | 2500G | Alexander, DR 72401<br>
<strong>P: 888-276-0848 | F: 888-276-0848</strong></p>
<small>Copyright © 2015 Company Name | Designed and Developed by <a href="http://www.pleth.com" class="pleth">Pleth, LLC</a></small>
</div>
</footer>
<script src="//use.typekit.net/kdf0jvw.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<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-XXXXXXXX-11', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>