Skip to content

Instantly share code, notes, and snippets.

View Kassan424kh's full-sized avatar
🌍
LIFE

Khalil Khalil Kassan424kh

🌍
LIFE
View GitHub Profile
@Kassan424kh
Kassan424kh / index.html
Created October 16, 2023 12:17 — forked from raiever/index.html
[OpenCV] Web Streaming from IP camera with Flask
/* Under directory 'templates' */
<html>
<head>
<title>RTSP web streaming</title>
</head>
<body>
<h1>RTSP web streaming</h1>
<h3>XND-6080RV (ip:192.168.2.196)</h3>
<h4>python webstreaming.py --ip <host ip> --port <host port></h4>
<img src="{{ url_for('video_feed') }}">
@Kassan424kh
Kassan424kh / meta-tags.md
Created June 30, 2023 19:37 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">