mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Delete header.html
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="{home-description}">
|
||||
<meta name="keywords" content="{home-keywords}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta property="og:title" content="{home-meta-title}">
|
||||
<meta property="og:description" content="{home-description}">
|
||||
<meta name="application-name" content="{home-meta-title}">
|
||||
<meta property="og:image" content="https://{home-netlify-domain}/{home-favicon}">
|
||||
<link rel="icon" type="image/png" href="https://{home-netlify-domain}/{home-favicon}">
|
||||
<title>{home-meta-title}</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
|
||||
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
|
||||
<script nomodule src="ionicons.5.5.2.js"></script>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="isotope.3.0.6.pkgd.min.js"></script>
|
||||
<script src="jquery-3.6.1.min.js"></script>
|
||||
<script src="isMobile.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header-note"><b>Not all community addons are available in Stremio's internal addon catalog.</b><div class="header-note-space"></div>To load the community curated addons list in Stremio on your current device (presumes you have Stremio installed), simply press <a href="stremio://{home-netlify-domain}/catalog.json">this link</a>!</div>
|
||||
<h1>{home-page-title}</h1>
|
||||
<div id="searchBox" class="mobile-form">
|
||||
<form action="" class="search-form" id="searchform" method="get">
|
||||
<span id="noEasy">
|
||||
<input class="sb-search-submit" type="submit" value="">
|
||||
<ion-icon name="search"></ion-icon>
|
||||
</span>
|
||||
<input id="sbox" name="q" autocomplete="off" onblur="if (this.placeholder == '') {this.placeholder = 'Search addons';}" onfocus="this.value = ''; if (this.placeholder == 'Search addons') {this.placeholder = '';}" placeholder="Search addons" type="text" x-webkit-speech="">
|
||||
</form>
|
||||
</div>
|
||||
<div class="labels-list">{labels-list}</div>
|
||||
<div class="addon-list">
|
||||
Reference in New Issue
Block a user