-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Robrt.io log viewer</title>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc=" crossorigin="anonymous"></script>
<script src="js/ansiparse.js"></script>
<script src="js/robrt_log_viewer.js"></script>
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link id="favicon-link" href="robrt_logo.ico" rel="shortcut icon">
</head>
<body>
<section id="about">
<article class="message"><pre><code><span class="pseudo-line-number"></span># I'm Robrt, an open-source CI system that integrates with GitHub and uses Docker containers for the builds</code></pre></article>
<article class="message"><pre><code><span class="pseudo-line-number"></span># Check out my internals on GitHub: <a href="https://github.com/jonasmalacofilho/robrt" target="_blank">robrt</a> | <a href="https://github.com/protocubo/robrt-log-viewer" target="_blank">robrt-log-viewer</a></code></pre></article>
</section>
<section id="log-container">
</section>
</body>
</html>