-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCart.php
More file actions
19 lines (18 loc) · 814 Bytes
/
Cart.php
File metadata and controls
19 lines (18 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<?php include_once "head.php" ?>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<title> An Assortment of Fruits </title>
<link rel="shortcut icon" href="http://www.juicebeauty.com/store/media/juice-beauty/ingredients/organic-pomegranate.jpg">
<!-- JQUERY -->
<script src="http://code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?fam
ily=Oswald">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='st
ylesheet' type='text/css'>
<style type="text/css">
<body>
cart ere
</body>
</html>