-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
52 lines (46 loc) · 1.46 KB
/
index.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
47
48
49
50
51
52
<!DOCTYPE html>
<meta charset=utf-8>
<title>faultline: Error traking tool on AWS managed services.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.2.1/css/bulma.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.11/c3.min.css">
<script src="config.js"></script>
<script src="dist/index.bundle.js"></script>
<style>
a {
color: #E06A3B;
}
.table-responsive {
overflow: scroll;
}
</style>
<nav class="nav has-shadow">
<div class="nav-left">
<a class="nav-item is-brand" href="index.html">
<img src="https://faultline.github.io/faultline/faultline.png" alt="faultline: error tracker with serverless">
</a>
</div>
<div class="nav-center">
<a class="nav-item" href="https://github.com/faultline/faultline">
<span class="icon">
<i class="fa fa-github"></i>
</span>
</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right">
</div>
</nav>
<app></app>
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>faultline</strong>: Error traking tool on AWS managed services.
</p>
</div>
</footer>