From 6fe1d5c027db0cbf928e961277b19addfa955577 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 7 Sep 2024 17:23:19 +0000 Subject: [PATCH] Move assets to static/ in anticipation of supporting names as URIs --- index.html | 16 ++++++++-------- {fonts => static}/Manrope-VariableFont_wght.ttf | Bin clipboard-svg.js => static/clipboard-svg.js | 0 .../dnssec_prover_wasm.js | 0 .../dnssec_prover_wasm_bg.wasm | Bin doh_lookup.js => static/doh_lookup.js | 0 6 files changed, 8 insertions(+), 8 deletions(-) rename {fonts => static}/Manrope-VariableFont_wght.ttf (100%) rename clipboard-svg.js => static/clipboard-svg.js (100%) rename dnssec_prover_wasm.js => static/dnssec_prover_wasm.js (100%) rename dnssec_prover_wasm_bg.wasm => static/dnssec_prover_wasm_bg.wasm (100%) rename doh_lookup.js => static/doh_lookup.js (100%) diff --git a/index.html b/index.html index 2b48104..788bb2f 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@