mirror of
https://github.com/Viren070/stremio-addon-manager.git
synced 2025-12-01 23:25:50 +01:00
20 lines
582 B
HTML
20 lines
582 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="description" content="Stremio Addon Manager">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Stremio Addon Manager</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/chota@latest">
|
|
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
|
|
</head>
|
|
|
|
<body id="top" class="dark">
|
|
<div id="app" class="container"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|