chore: update meta description

This commit is contained in:
jinhojang6 2024-03-20 22:11:55 +09:00
parent ee283a487f
commit 616e9ca06e
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 16 additions and 15 deletions

View File

@ -1,21 +1,22 @@
<!doctype html> <!DOCTYPE html>
<html class="dark" lang="en" style="color-scheme: dark;"> <html class="dark" lang="en" style="color-scheme: dark">
<head>
<meta charset="UTF-8" />
<head> <link rel="icon" type="image/png" href="/icon.png" />
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="The Peripatos is a members-only network of cypherpunks, builders, technologists, and resource allocators harnessing the transformational power of discovering together. We actively work to advance the knowledge and development of cryptography, privacy, competitive governance and digital public goods."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Peripatos | IFT</title>
<meta name="description" content="Web-based terminal powered by Svelte" /> </head>
<title>Peripatos | IFT</title> <body class="min-h-screen font-mono antialiased">
</head> <div id="app" class="h-screen"></div>
<body class="min-h-screen font-mono antialiased">
<div id="app" class="h-screen"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<script type="module" src="/src/main.ts"></script>
</body>
</html> </html>