-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,33 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Photobooth-App</title> | ||
<meta charset=utf-8> | ||
<meta name=description content="wigglecam-api frontend"> | ||
<meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"> | ||
<meta name=mobile-web-app-capable content=yes> | ||
<meta name=apple-mobile-web-app-capable content=yes> | ||
</head> | ||
<body> | ||
<head> | ||
<title>Wigglecam-Api Basic Frontend</title> | ||
<meta charset="utf-8" /> | ||
<meta name="description" content="wigglecam-api frontend" /> | ||
<meta | ||
name="viewport" | ||
content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" | ||
/> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
</head> | ||
<body> | ||
<div> | ||
<h1>Wigglecam-Api Frontend</h1> | ||
<p>The api is just a backend with no actual frontend. This is just a collection of links, that might be helpful:</p> | ||
<ul> | ||
<li><a href="/api/doc">API docs</a></li> | ||
<li><a href="/api/camera/stream.mjpg">Nodes Livestream</a></li> | ||
|
||
</ul> | ||
<h1>Wigglecam-Api Frontend</h1> | ||
<p> | ||
The api is just a backend with no actual frontend. This is just a | ||
collection of links, that might be helpful: | ||
</p> | ||
<ul> | ||
<li><a href="/api/doc">API docs</a></li> | ||
<li><a href="/api/camera/stream.mjpg">Nodes Livestream</a></li> | ||
</ul> | ||
</div> | ||
</body></html> | ||
<div> | ||
<h1>Livestream</h1> | ||
<a href="/api/camera/stream.mjpg"> | ||
<img src="/api/camera/stream.mjpg" /> | ||
</a> | ||
</div> | ||
</body> | ||
</html> |