-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclickeat.html
46 lines (35 loc) · 2.71 KB
/
clickeat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<!-- jquery terminal -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.css" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/css/jquery.terminal.min.css" rel="stylesheet" />
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<!-- fontawesome -->
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all">
<script src="https://kit.fontawesome.com/8bbee8cb1a.js"></script>
<!-- personal style -->
<link rel="stylesheet" href="./css/mystyle.css">
<title>Demo of ClickEat - lucaamoriello.it</title>
<meta name="description" content="Luca Amoriello's ClickEat project. Open source e-commerce software written by Luca Amoriello and his friends Giovanni Pasquariello, Andrea Cupito, Vincenzo Russo.">
<meta name="author" content="Luca Amoriello" />
<meta name="keywords" content="lucaamoriello,lucaamoriello.it,luca amoriello,informatics,curriculum,github,codice,progetti,librerie,fotografia,video,nathalie,pictures,videos,lucaam,photography,photographer,gallery,cv,experience" />
<!-- favicon for FF, Chrome, Opera -->
<link rel="icon" type="image/png" href="/assets/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-32x32.png" sizes="32x32">
<!-- favicon for IE -->
<link rel="icon" type="image/x-icon" href="/assets/favicons/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicons/favicon.ico" />
</head>
<body>
<iframe id="inlineFrameExample" title="Inline Frame Example" src="https://clickeat.herokuapp.com/">
</iframe>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js" integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/js/jquery.terminal.min.js"></script>
</body>
</html>