Skip to content

Commit ec0f0e2

Browse files
committed
Deploying to gh-pages from @ 6f251e5 🚀
1 parent 7ddf848 commit ec0f0e2

File tree

164 files changed

+6779
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+6779
-0
lines changed

_pr/83/.nojekyll

Whitespace-only changes.

_pr/83/404.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<base href="./" />
5+
<meta charset="utf-8" />
6+
<title>Frequency</title>
7+
<link rel="icon" href="/_pr/83/favicon.ico" sizes="any" />
8+
<link rel="icon" href="/_pr/83/favicon.svg" type="image/svg+xml" />
9+
<link rel="apple-touch-icon" href="/_pr/83/apple-touch-icon.png" />
10+
<link rel="manifest" href="/_pr/83/manifest.webmanifest" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
12+
13+
<meta property="og:title" content="Frequency" />
14+
<meta property="og:url" content="" />
15+
<meta
16+
property="og:description"
17+
content="Frequency fuels the Social Web, putting control & data privacy in your hands."
18+
/>
19+
<!-- The og:images must be absolute. The assets are in /static -->
20+
<meta property="og:type" content="website" />
21+
<meta property="og:image" content="https://www.frequency.xyz/og-preview.png" />
22+
<meta property="og:image:width" content="1200" />
23+
<meta property="og:image:height" content="630" />
24+
<meta property="og:image" content="https://www.frequency.xyz/og-square.png" />
25+
<meta property="og:image:width" content="1200" />
26+
<meta property="og:image:height" content="1200" />
27+
<meta property="og:image" content="https://www.frequency.xyz/og-thumbnail.png" />
28+
<meta property="og:image:width" content="200" />
29+
<meta property="og:image:height" content="200" />
30+
<meta name="twitter:card" content="summary_large_image" />
31+
<meta name="twitter:image" content="https://www.frequency.xyz/og-twitter.png" />
32+
33+
<meta name="twitter:site" content="@one_frequency" />
34+
<meta property="og:site_name" content="Frequency" />
35+
36+
<link rel="modulepreload" href="/_pr/83/_app/immutable/entry/start.Bh4nGW2x.js">
37+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/entry.CbwcbhXc.js">
38+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/runtime.C3bJa7lf.js">
39+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/index.cg3j5Qot.js">
40+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/utils.ByAGZXbJ.js">
41+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/paths.BOaY41CD.js">
42+
<link rel="modulepreload" href="/_pr/83/_app/immutable/entry/app.QXLlVqI_.js">
43+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/props.DXDKodS4.js">
44+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/disclose-version.x6NK4mC0.js">
45+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/store.CTX3uiO4.js">
46+
<link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/index-client.BZqq92om.js">
47+
48+
<!-- Klaro - make sure the config gets loaded before Klaro -->
49+
<script defer type="text/javascript" src="/klaro-config.js"></script>
50+
<script defer type="text/javascript" src="/klaro.js"></script>
51+
<!-- Matomo -->
52+
<script>
53+
var _paq = (window._paq = window._paq || []);
54+
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
55+
_paq.push(['requireCookieConsent']);
56+
_paq.push(['requireConsent']);
57+
_paq.push(['trackPageView']);
58+
_paq.push(['enableLinkTracking']);
59+
(function () {
60+
var u = 'https://dsnp.matomo.cloud/';
61+
_paq.push(['setTrackerUrl', u + 'matomo.php']);
62+
_paq.push(['setSiteId', '2']);
63+
var d = document,
64+
g = d.createElement('script'),
65+
s = d.getElementsByTagName('script')[0];
66+
g.async = true;
67+
g.src = 'https://cdn.matomo.cloud/dsnp.matomo.cloud/matomo.js';
68+
s.parentNode.insertBefore(g, s);
69+
})();
70+
</script>
71+
<!-- End Matomo Code -->
72+
</head>
73+
74+
<body data-sveltekit-preload-data="hover">
75+
<div style="display: contents">
76+
<script>
77+
{
78+
__sveltekit_13z3s5a = {
79+
base: "/_pr/83",
80+
assets: "/_pr/83"
81+
};
82+
83+
const element = document.currentScript.parentElement;
84+
85+
Promise.all([
86+
import("/_pr/83/_app/immutable/entry/start.Bh4nGW2x.js"),
87+
import("/_pr/83/_app/immutable/entry/app.QXLlVqI_.js")
88+
]).then(([kit, app]) => {
89+
kit.start(app, element);
90+
});
91+
}
92+
</script>
93+
</div>
94+
</body>
95+
</html>

_pr/83/404.html.br

1.03 KB
Binary file not shown.

_pr/83/404.html.gz

1.34 KB
Binary file not shown.

_pr/83/_app/env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const env={}

_pr/83/_app/env.js.br

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
�export const env={}

_pr/83/_app/env.js.gz

39 Bytes
Binary file not shown.

_pr/83/_app/immutable/assets/0.Dh4bX2-j.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
6.21 KB
Binary file not shown.
7.13 KB
Binary file not shown.

_pr/83/_app/immutable/assets/5.oTrJiBy8.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
}`v�/�"�@P��Zk��=�۶���B�G���T����H�|�, V�ab���'e�D����.���u�� ڳ�HI�v��yrI��WX#+P`��k�f� �!�A�}]�
141 Bytes
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Loading
1.99 KB
Binary file not shown.
2.31 KB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)