initial commit
Todas las comprobaciones han sido exitosas
continuous-integration/drone Build is passing

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-07-18 22:19:35 +02:00
commit bfaab359eb
Se han modificado 46 ficheros con 10305 adiciones y 0 borrados

21
front/public/index.html Archivo normal
Ver fichero

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Fediblock Instance Φ</title>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Fediblock Instance Φ - Search in public instances - API docs">
<meta name="keywords" content="Fediblock, Fediblock Instance, Fediblock Instance Φ, Free, FreeSoftware">
<meta property="og:title" content="Fediblock Instance Φ">
<meta property="og:type" content="service">
<meta property="og:image" content="favicon.ico">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>