rpikvm/templates/index.html

10 lines
165 B
HTML
Raw Normal View History

2020-05-23 11:56:57 +02:00
<html>
<head>
<title>rPi KVM by Petrkr</title>
</head>
<body>
<h1>rPi KVM by Petrkr</h1>
<img src="{{ url_for('video_feed') }}">
</body>
</html>