-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
25 lines (23 loc) · 869 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Work+Sans:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<p style="text-align:center;font-family: 'Lobster', cursive;font-size: 2em;">
MaryJane MJPEG server in Python
</p>
<p style="text-align:center;font-size: 1em;font-family: 'arial',serif;">
<img style="width: 22px; margin-right: 10px;" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"/>
<a href={"https://github.com/bootrino/maryjane"}>
https://github.com/bootrino/maryjane
</a>
MIT license
</p>
<p style="text-align:center;">
<img src="http://18.116.60.15:8080/maryjane/"/>
</p>
</body>
</html>