Skip to content

Commit

Permalink
Merge branch 'master' into infragram-camera
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Oct 28, 2018
2 parents bead6d8 + ca6f9b5 commit 4f6cf36
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions builder/files/var/www/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
text-align: center;
font-family: sans;
}
.btn {
padding: 14px;
background: #ff66aa;
border-radius: 7px;
}
</style>
</head>
<body>
Expand All @@ -18,8 +24,10 @@ <h2>Public Lab Pi Camera Kit</h2>
<p><i>You've correctly connected to your Pi!</i></p>
<p>If you're seeing this in a pop-up, close it and open <a href="http://pi.local">http://pi.local</a> in a browser.</p>

<p><a href="http://pi.local/infragram/pi/">Access Infragram software</a></p>
<p><a href="http://pi.local/cam/">Access the camera</a></p>

<br />

<p><a class="btn" href="http://pi.local/infragram/pi/">Infragram</a></p>
<p><a class="btn" href="http://pi.local/cam/">Access the camera</a></p>

</body>
</html>

0 comments on commit 4f6cf36

Please sign in to comment.