-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcart.html
More file actions
17 lines (17 loc) · 838 Bytes
/
cart.html
File metadata and controls
17 lines (17 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Shopping cart - gotoв</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/pure-min.css">
</head>
<body>
<noscript>Javascript is deactivated in your browser. Please activate it in order to use this page.</noscript>
<!-- The JSON library is included only for testing on very old browsers. -->
<script src="https://cdn.jsdelivr.net/gh/douglascrockford/JSON-js@aef828bfcd7d5efaa41270f831f8d27d5eef3845/json2.min.js"></script>
<script src="../gotoB.min.js"></script>
<script src="cart.js"></script>
</body>
</html>