this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: replace inkpress with inky

+2 -2
+2 -2
src/camera_server.py
··· 53 53 HTML_TEMPLATE = """<!DOCTYPE html> 54 54 <html> 55 55 <head> 56 - <title>Inkpress: Gallery</title> 56 + <title>Inky: Gallery</title> 57 57 <meta name="viewport" content="width=device-width, initial-scale=1"> 58 58 <style> 59 59 body {{ font-family: Arial; max-width: 800px; margin: 0 auto; padding: 20px; }} ··· 148 148 </script> 149 149 </head> 150 150 <body> 151 - <h1>Inkpress: Gallery</h1> 151 + <h1>Inky: Gallery</h1> 152 152 <div class="gallery"> 153 153 {photo_items} 154 154 </div>