masks
This commit is contained in:
26
masks/index.html
Normal file
26
masks/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link type="image/x-icon" href="images/favicon.ico" rel="shortcut icon" />
|
||||
<link type="image/png" href="images/favicon_32.png" rel="icon" sizes="32x32" />
|
||||
<link type="text/css" href="style/jquery.mods.css" rel="stylesheet" media="all" />
|
||||
<link type="text/css" href="style/pedidor.css" rel="stylesheet" media="all" />
|
||||
<link type="text/css" href="style/mobile.css" rel="stylesheet" media="(max-width: 40.5em)" />
|
||||
<link type="text/css" href="style/screen.css" rel="stylesheet" media="(min-width: 40.5em)" />
|
||||
<link type="text/css" href="style/print.css" rel="stylesheet" media="print" />
|
||||
<script type="text/javascript" src="script/jquery-2.1.3.min.js"></script>
|
||||
<script type="text/javascript" src="script/jquery.mods.js"></script>
|
||||
<script type="text/javascript" src="script/common.js"></script>
|
||||
<script type="text/javascript" src="script/pedidor.js"></script><title>Insert title here</title>
|
||||
<script type="text/javascript">
|
||||
var oMyThoughts = new MyThoughts(asGlobalVars);
|
||||
$(document).ready(oMyThoughts.init);
|
||||
</script>
|
||||
<title>Pedidor</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
0
masks/orders.html
Normal file
0
masks/orders.html
Normal file
0
masks/products.html
Normal file
0
masks/products.html
Normal file
Reference in New Issue
Block a user