Skip to content

Commit 4f6cf36

Browse files
authored
Merge branch 'master' into infragram-camera
2 parents bead6d8 + ca6f9b5 commit 4f6cf36

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

builder/files/var/www/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
34
<style>
45
body {
56
text-align: center;
67
font-family: sans;
78
}
9+
.btn {
10+
padding: 14px;
11+
background: #ff66aa;
12+
border-radius: 7px;
13+
}
814
</style>
915
</head>
1016
<body>
@@ -18,8 +24,10 @@ <h2>Public Lab Pi Camera Kit</h2>
1824
<p><i>You've correctly connected to your Pi!</i></p>
1925
<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>
2026

21-
<p><a href="http://pi.local/infragram/pi/">Access Infragram software</a></p>
22-
<p><a href="http://pi.local/cam/">Access the camera</a></p>
23-
27+
<br />
28+
29+
<p><a class="btn" href="http://pi.local/infragram/pi/">Infragram</a></p>
30+
<p><a class="btn" href="http://pi.local/cam/">Access the camera</a></p>
31+
2432
</body>
2533
</html>

0 commit comments

Comments
 (0)