tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
switch to inter v4
handle.invalid
6 months ago
4a891c62
8ba9aac4
+6
-1
2 changed files
expand all
collapse all
unified
split
index.html
uno.config.ts
+5
index.html
···
10
10
<meta property="og:description" content="Browse and manage atproto repositories" />
11
11
<meta property="description" content="Browse and manage atproto repositories" />
12
12
<title>PDSls</title>
13
13
+
<link rel="preconnect" href="https://rsms.me/" />
14
14
+
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
15
15
+
<link rel="preconnect" href="https://fonts.bunny.net" />
16
16
+
<link href="https://fonts.bunny.net/css?family=roboto-mono:400" rel="stylesheet" />
17
17
+
<link href="https://fonts.bunny.net/css?family=roboto-mono:700" rel="stylesheet" />
13
18
<script>
14
19
if (
15
20
localStorage.theme === "dark" ||
+1
-1
uno.config.ts
···
5
5
presetIcons(),
6
6
presetWind4(),
7
7
presetWebFonts({
8
8
-
provider: "bunny",
8
8
+
provider: "none",
9
9
fonts: {
10
10
sans: "Inter:400,600,700",
11
11
mono: "Roboto Mono:400,700",