-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop.php
72 lines (58 loc) · 2.38 KB
/
shop.php
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
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>melissa savčić :: shop</title>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="description" content="Melissa Savcic is an alternative rock pop musician based in Houston, TX" />
<meta name="keywords" content="alternative rock pop acoustic melissa savcic chris garver craig nelson houston texas" />
<meta name="author" content="Andre Navarro" />
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/custom.js" type="text/javascript"></script>
<script src="js/jquery.juitter.js" type="text/javascript"></script>
<script src="js/system.js" type="text/javascript"></script>
<style type="text/css" media="all">@import "css/master.css";</style>
</head>
<body>
<div id="page-container">
<div id="page-top"></div>
<div id="page-left"></div>
<div id="page-center">
<div id="header"><a href="home.php" class="home">
<h1>melissa savčić</h1></a>
</div>
<div id="nav">
<?php include 'includes/nav.php'; ?>
</div>
<div id="content"><strong>Coming Soon!</strong><br><br>
<div style="background-image: url(images/cd_front-300.jpg); width:300px;height:300px;float:left;">
<img src="http://cdn.last.fm/flatness/catalogue/album/jewelcase_mega.png" width="300" height="300" />
</div>
<img style="padding-left:20px;" src="images/cd_back-300.jpg"/>
</div>
<div id="feed">
<?php include 'includes/twitter.php'; ?>
</div>
<div id="player">
<?php include 'includes/player.php'; ?>
</div>
<div id="footer">
<?php include 'includes/footer.php'; ?>
</div>
</div>
<div id="page-right"></div>
<div id="page-bottom"></div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9208892-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>