redundant into
This commit is contained in:
parent
3918c22b41
commit
6bcdf983b3
2 changed files with 2 additions and 78 deletions
|
@ -2,30 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/theme.css">
|
||||
<title>Interverse - Libre Solutions Network</title>
|
||||
<title>Interverse</title>
|
||||
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
<script src="/helper.js"></script>
|
||||
<script src="interverse.js"></script>
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta name="title" content="Interverse - Libre Solutions Network">
|
||||
<meta name="description" content="A web0 search engine.">
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Interverse - Libre Solutions Network">
|
||||
<meta property="og:description" content="A web0 search engine.">
|
||||
<meta property="og:image" content="https://libresolutions.network/logo.svg">
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:title" content="Interverse - Libre Solutions Network">
|
||||
<meta property="twitter:description" content="A web0 search engine.">
|
||||
<meta property="twitter:image" content="https://libresolutions.network/logo.svg">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header style="align-content: center;">
|
||||
<img src="/logo.svg">
|
||||
<h1><a href="/">Libre Solutions Network</a> - Interverse <a href="/Interverse/Docs"><u>Docs</u></a></h1>
|
||||
</header>
|
||||
<div class="interverse" x-data x-if="Alpine.store('data')">
|
||||
<div id="interverse-details">
|
||||
<img x-bind:src="Alpine.store('data')['image']">
|
||||
|
|
|
@ -2,26 +2,10 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="/theme.css">
|
||||
<title>Libre Solutions Network</title>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta name="title" content="Interverse documentation - Libre Solutions Network">
|
||||
<meta name="description" content="Interverse is a web0 search engine powered by relationships.">
|
||||
<meta property="og:title" content="Interverse documentation - Libre Solutions Network">
|
||||
<meta property="og:description" content="Interverse is a web0 search engine powered by relationships.">
|
||||
<meta property="og:image" content="https://libresolutions.network/logo.png">
|
||||
<meta property="twitter:title" content="Libre Solutions Network">
|
||||
<meta property="twitter:description" content="Interverse is a web0 search engine powered by relationships.">
|
||||
<meta property="twitter:image" content="https://libresolutions.network/logo.png">
|
||||
|
||||
<title>Docs</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img src="/logo.svg">
|
||||
<h1><a href="/">Libre Solutions Network</a> - <a href="/Interverse"><u>Interverse</u></a> - Documentation</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<div>
|
||||
<h2>What is the interverse?</h2>
|
||||
|
@ -184,48 +168,6 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<div>
|
||||
<h1>Follow on</h1>
|
||||
<ul>
|
||||
|
||||
<a href="https://libresolutionsnetwork.substack.com">
|
||||
<li class="substack icon">Substack</li>
|
||||
</a>
|
||||
<a href="https://odysee.com/@LibreSolutionsNetwork:4?r=BXWcQvivPPvVvzsxJSVLo2rodhgqdPJr">
|
||||
<li class="odysee icon">Odysee</li>
|
||||
</a>
|
||||
<a href="https://libresolutions.network/rss.xml">
|
||||
<li class="rss icon">RSS</li>
|
||||
</a>
|
||||
<a href="https://leafposter.club/@LibreSolutionsNetwork">
|
||||
<li class="fediverse icon">Fediverse</li>
|
||||
</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Contact</h1>
|
||||
<ul style="list-style-type: none;">
|
||||
<a href="mailto:contact@libresolutions.network">
|
||||
<li class="email icon">contact@libresolutions.network</li>
|
||||
</a>
|
||||
<a href="https://matrix.to/#/@gabriel:libresolutions.network">
|
||||
<li class="matrix icon">@gabriel:libresolutions.network</li>
|
||||
</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Support our work</h1>
|
||||
<ul>
|
||||
<a href="https://liberapay.com/Gabe/">
|
||||
<li class="icon liberapay">Liberapay</li>
|
||||
</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue