-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.67 KB
/
Copy pathindex.html
File metadata and controls
40 lines (37 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Reportal — apps for repurposed Meta Portals</title>
<meta name="description" content="A community gallery of sideloadable apps for repurposed Meta / Facebook Portal devices, auto-aggregated from the GitHub 'meta-portal' topic.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="top">
<div class="brand">
<span class="logo">◉</span>
<div>
<h1>Reportal</h1>
<p class="tag">Apps for repurposed Meta Portals — pulled live from the
<a href="https://github.com/topics/meta-portal" target="_blank" rel="noopener"><code>meta-portal</code></a> GitHub topic.</p>
</div>
</div>
<nav class="nav">
<a href="/" class="active">Apps</a>
<a href="/widgets.html">Widgets</a>
</nav>
<input id="search" type="search" placeholder="Search apps…" autocomplete="off" aria-label="Search apps">
</header>
<main>
<p id="status" class="status">Loading apps…</p>
<section id="grid" class="grid" aria-live="polite"></section>
</main>
<footer class="foot">
<p>Made something for a Portal? Add the <a href="https://github.com/topics/meta-portal" target="_blank" rel="noopener"><code>meta-portal</code></a>
topic to your repo and (optionally) a <a href="SPEC.md"><code>meta-portal.json</code></a> manifest — it'll show up here automatically.</p>
<p class="fine">Reportal is an unofficial community project, not affiliated with Meta. Built static; your browser talks to GitHub directly.</p>
</footer>
<script src="app.js"></script>
</body>
</html>