safaribook-knockout-essentials/ko-cart/index.html

16 lines
452 B
HTML
Raw Normal View History

2021-05-27 11:29:14 +10:00
<!DOCTYPE html>
<html>
<head>
<title>KO Shopping Cart</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
</head>
<body>
<script type="text/javascript" src="js/jquery-2.1.1.min.js">
</script>
<script type="text/javascript" src="js/bootstrap.js">
</script>
<script type="text/javascript" src="js/knockout-3.2.0.js">
</script>
</body>
</html>