Skip to content

Commit ca6f9b5

Browse files
authored
Update index.html
1 parent f9481e4 commit ca6f9b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

builder/files/var/www/index.html

Lines changed: 8 additions & 0 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,5 +24,7 @@ <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

27+
<br />
28+
2129
</body>
2230
</html>

0 commit comments

Comments
 (0)