Where is the main html page
Fragment of a discussion from Talk:RPi-Cam-Web-Interface
← Thread:Talk:RPi-Cam-Web-Interface/Where is the main html page/reply
← Thread:Talk:RPi-Cam-Web-Interface/Where is the main html page/reply
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:RPi-Cam-Web-Interface/Where is the main html page/reply.
Ok but I do not find in the / var / www / html folder the file that is displayed when you access the interface from the browser
Francescom (talk)
Can't you just use grep to find some text from the page?
Do something like:
$grep -ri "some string from the webpage that's unique" .
That will turn up any files that contain the string "some string from the webpage that's unique".
Thank you, I will try to do as you say
Francescom (talk)