blob: d8360651353848da6f0fa9177a75a4b50ccb6b50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<svelte:head>
<title>About | Capybara Markets</title>
<meta name="description" content="About Capybara Markets" />
</svelte:head>
<div class="content">
<h1>About Capybara Markets</h1>
<p>
Welcome to <a href="https://capybara.markets">Capybara Markets</a>.
</p>
<p>
Capybara Markets is under active development. If you'd like to stay up to date, follow us on
Twitter.
</p>
<a href="https://twitter.com/CapybaraMarkets" target="_blank">
<pre>+ twitter.com/@CapybaraMarkets</pre>
</a>
<p>
Our goal is to construct a complete, trusted, and collaberative platform where readers from all
around the world can tune in.
</p>
</div>
<style>
.content {
width: 100%;
max-width: var(--column-width);
margin: var(--column-margin-top) auto 0 auto;
}
</style>
|