-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 904 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src//images/favicon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<title>OSS Tube, A YouTube clone web application</title>
<meta name="description" content="OSS Tube is a YouTube clone web app">
<meta name="keywords" content="Youtube clone, Github, React, React Router Dom, Youtube V3 API Tailwind CSS">
<meta name="robots" content="index, follow">
<meta charset="UTF-8">
<meta name="author" content="WoilaTech">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="top" aria-roledescription="OSS Tube, A YouTube clone web application">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>