mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
86 lines
4.1 KiB
HTML
Executable File
86 lines
4.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html class="theme-dark">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>fx_cast</title>
|
|
|
|
<link rel="stylesheet" href="fonts/stylesheet.css">
|
|
<link rel="stylesheet" href="photon-colors.css">
|
|
<link rel="stylesheet" href="photon.css">
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
<script type="text/javascript" src="index.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header class="site-header">
|
|
<h1 class="site-header__title">fx_cast</h1>
|
|
<h2 class="site-header__subtitle">chromecast for firefox</h2>
|
|
</header>
|
|
<main class="site-content">
|
|
<section class="description">
|
|
<p>
|
|
Enables Chromecast support for casting web apps (like Netflix or BBC iPlayer), HTML5 video and screen/tab sharing.
|
|
</p>
|
|
<p class="description__disclaimer">
|
|
Requires a native bridge app to connect with receiver devices. Currently supported on Windows, macOS and Linux.
|
|
</p>
|
|
<p class="description__prerelease">
|
|
No full public release yet! Pre-release beta version is incomplete and likely buggy.
|
|
</p>
|
|
</section>
|
|
<section class="download">
|
|
<a class="download__ext btn btn--puffy btn--primary" disabled title="No available download found">
|
|
<img class="btn__icon" src="icons/extension_light.svg" alt="">
|
|
Firefox Extension
|
|
</a>
|
|
<a class="download__app btn btn--puffy" disabled title="No available download found"></a>
|
|
<details class="download__app-other">
|
|
<summary>Other bridge downloads</summary>
|
|
<div class="app-list">
|
|
<a class="app-list__app app-list__win btn btn--puffy" disabled title="No available download found">
|
|
Windows
|
|
</a>
|
|
<a class="app-list__app app-list__mac btn btn--puffy" disabled title="No available download found">
|
|
macOS
|
|
</a>
|
|
<div class="app-list__platform app-list__platform--linux">
|
|
<a class="app-list__app app-list__deb btn btn--puffy" disabled title="No available download found">
|
|
Linux
|
|
<span class="app-list__app-label">deb</span>
|
|
</a>
|
|
<a class="app-list__app app-list__rpm btn btn--puffy" disabled title="No available download found">
|
|
Linux
|
|
<span class="app-list__app-label">rpm</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</details>
|
|
</section>
|
|
</main>
|
|
|
|
<img class="preview preview--bg"
|
|
alt="Screenshot preview, background"
|
|
src="images/preview-bg.png"
|
|
srcset="images/preview-bg.png,
|
|
images/preview-bg@2x.png 2x">
|
|
<img class="preview preview--fg"
|
|
alt="Screenshot preview, foreground"
|
|
src="images/preview-fg.png"
|
|
srcset="images/preview-fg.png,
|
|
images/preview-fg@2x.png 2x">
|
|
|
|
<footer class="footer">
|
|
<div class="links">
|
|
<a class="links__github" href="https://github.com/hensm/fx_cast">
|
|
<img src="icons/GitHub-Mark-32px.png"
|
|
srcset="icons/GitHub-Mark-32px.png,
|
|
icons/GitHub-Mark-64px.png 2x,
|
|
icons/GitHub-Mark-120px-plus.png 3x">
|
|
</a>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|