/src/main/webapp/index.html
http://github.com/yamsellem/JavaScript-Java · HTML · 19 lines · 17 code · 2 blank · 0 comment · 0 complexity · 2d805064e1ac441bb714228535f09578 MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- <html>
- <head>
- <meta charset="utf-8" />
- <title>Amazon beta</title>
-
- <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" />
- <link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
-
- <script data-main="js/main" src="//ajax.cdnjs.com/ajax/libs/require.js/0.24.0/require.min.js" /></script>
- </head>
- <body>
- <div id="cart"></div>
- <div id="products">
- <div id="product-creation"></div>
- <div id="product-list"></div>
- </div>
- </body>
- </html>