2022-03-23 21:56:31 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2022-03-24 15:20:46 +00:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
2022-03-23 21:56:31 +00:00
|
|
|
<title>CloudStream-3 Supported Sites</title>
|
2022-04-12 18:09:17 +00:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2022-03-23 21:56:31 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div>
|
2022-04-12 16:48:50 +00:00
|
|
|
<h1>Sites supported (<span id="count">0</span>):</h1>
|
2022-03-24 15:20:46 +00:00
|
|
|
<table>
|
|
|
|
<tbody id="siteList"></tbody>
|
|
|
|
</table>
|
2022-03-23 21:56:31 +00:00
|
|
|
</div>
|
2022-04-12 18:09:17 +00:00
|
|
|
<script src="script.js" type="text/javascript"></script>
|
2022-03-23 21:56:31 +00:00
|
|
|
</body>
|
|
|
|
|
2022-03-23 22:10:51 +00:00
|
|
|
</html>
|