/src/main/webapp/index.html
HTML | 19 lines | 17 code | 2 blank | 0 comment | 0 complexity | 2d805064e1ac441bb714228535f09578 MD5 | raw file
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2<html> 3<head> 4 <meta charset="utf-8" /> 5 <title>Amazon beta</title> 6 7 <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/pepper-grinder/jquery-ui.css" type="text/css" media="all" /> 8 <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> 9 10 <script data-main="js/main" src="//ajax.cdnjs.com/ajax/libs/require.js/0.24.0/require.min.js" /></script> 11</head> 12<body> 13 <div id="cart"></div> 14 <div id="products"> 15 <div id="product-creation"></div> 16 <div id="product-list"></div> 17 </div> 18</body> 19</html>