File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments