mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
76 lines
3.8 KiB
HTML
Executable File
76 lines
3.8 KiB
HTML
Executable File
<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 src="index.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="main">
|
|
<header class="main-header">
|
|
<h1 class="main-title">fx_cast</h1>
|
|
<h2 class="main-subtitle">chromecast for firefox</h2>
|
|
</header>
|
|
<main class="main-content">
|
|
<section class="description">
|
|
<p>
|
|
Enables Chromecast support for casting web apps (like Netflix, <s>YouTube</s> or BBC iPlayer), HTML5 video and screen/tab sharing.
|
|
</p>
|
|
<p class="discription__disclaimer">
|
|
Requires a native bridge app to connect with receiver devices. Currently supported on Windows, macOS and Linux.
|
|
</p>
|
|
<p class="discription__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>
|
|
<div class="download__app">
|
|
<div class="app-list">
|
|
<div class="app-list__label">Bridge:</div>
|
|
<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>
|
|
<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>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
|
|
<img width="884" height="684" src="images/preview_bg_dark_unfocused_wide.png" class="preview preview--bg dark">
|
|
<img width="462" height="281" src="images/preview_fg.png" class="preview preview--fg dark">
|
|
|
|
<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>
|