chore: update meta description
This commit is contained in:
parent
ee283a487f
commit
616e9ca06e
19
index.html
19
index.html
|
@ -1,21 +1,22 @@
|
|||
<!doctype html>
|
||||
<html class="dark" lang="en" style="color-scheme: dark;">
|
||||
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html class="dark" lang="en" style="color-scheme: dark">
|
||||
<head>
|
||||
<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="Web-based terminal powered by Svelte" />
|
||||
<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."
|
||||
/>
|
||||
|
||||
<title>Peripatos | IFT</title>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body class="min-h-screen font-mono antialiased">
|
||||
<body class="min-h-screen font-mono antialiased">
|
||||
<div id="app" class="h-screen"></div>
|
||||
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue