Skip to content

Commit

Permalink
fix issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
sourouche committed Feb 9, 2018
1 parent ab480ce commit 04f3dad
Show file tree
Hide file tree
Showing 13 changed files with 21,499 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
dist/cloud-explorer.js
dist/style.css
Expand Down
14 changes: 14 additions & 0 deletions dist/handle-errors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>An error occurred while connecting the service</title>
<link href='./styles-error.css' rel='stylesheet' type='text/css'>
</head>
<body>
<section>
<div id="error"></div>
</section>
<script src="./handle-errors.js"></script>
</body>
</html>
Loading

0 comments on commit 04f3dad

Please sign in to comment.