From 094f8f3a745fcc379a43e438770925189458bd32 Mon Sep 17 00:00:00 2001 From: mounderfod Date: Sat, 22 Jul 2023 15:01:32 +0200 Subject: Replace png with webp --- assets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/index.css') diff --git a/assets/index.css b/assets/index.css index c4a6157..7d452c8 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,7 +1,7 @@ @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap"); html { - background-image: url(img/background.png); + background-image: url(img/background.webp); width: 100%; color: white; } -- cgit 1.4.1-2-gfad0 6bb1d3157f9ad575c83a4bfa1e32b0d21bc8546'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/tangle/boot.cc
blob: a11d34b34023307ee845fe2292ce091340f3694b (plain) (blame)
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