We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9481e4 commit ca6f9b5Copy full SHA for ca6f9b5
builder/files/var/www/index.html
@@ -1,10 +1,16 @@
1
<html>
2
<head>
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
<style>
5
body {
6
text-align: center;
7
font-family: sans;
8
}
9
+ .btn {
10
+ padding: 14px;
11
+ background: #ff66aa;
12
+ border-radius: 7px;
13
+ }
14
</style>
15
</head>
16
<body>
@@ -18,5 +24,7 @@ <h2>Public Lab Pi Camera Kit</h2>
18
24
<p><i>You've correctly connected to your Pi!</i></p>
19
25
<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>
20
26
27
+ <br />
28
+
21
29
</body>
22
30
</html>
0 commit comments