-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
executable file
·37 lines (32 loc) · 1.45 KB
/
error.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
<!DOCTYPE html>
<html ng-app="dkaApp" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./docs/32px-robot-blue.png">
<title>DKA-robo demo</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<link href="./dist/css/font-awesome.min.css" rel="stylesheet">
<link href="./dist/css/custom.css" rel="stylesheet">
<body>
<div style="text-align: center">
<h3>Sorry, we encountered problem while connecting to the components</h3>
<img src="./docs/sad_robot.jpg">
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="./dist/js/bootstrap.min.js"></script>
<script src="./dist/js/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-animate.js"></script>
<script src="./dist/js/ui-bootstrap-2.0.1.min.js"></script>
<script src="./dist/js/moment.min.js"></script>
<script src="./dist/js/dkaApp.js"></script>
</body>
</head>
</html>