Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Oct 28, 2018
1 parent f9481e4 commit ca6f9b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 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,5 +24,7 @@ <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>

<br />

</body>
</html>

0 comments on commit ca6f9b5

Please sign in to comment.