myco.systems/public/spellcheck/index.html

61 lines
2.1 KiB
HTML
Raw Normal View History

2024-05-05 19:47:21 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Mycelial Network</title>
<link rel="stylesheet" href="/public/style.css" />
<link
rel="icon"
href="/icons/red-background/favicon.ico"
2024-05-05 19:47:21 -04:00
type="image/x-icon"
/>
<meta
name="description"
content="Myco.systems is a tech cooperative that utilizes open-source technology to enable individuals from diverse backgrounds to develop sustainable solutions."
/>
<meta property="og:url" content="https://myco.systems/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="The Mycelial Network" />
<meta
property="og:description"
content="Myco.systems is a tech cooperative that utilizes open-source technology to enable individuals from diverse backgrounds to develop sustainable solutions."
/>
<meta
property="og:image"
content="https://myco.systems/icons/backgrounds/concrete-shrooms.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="myco.systems" />
<meta property="twitter:url" content="https://myco.systems/" />
<meta name="twitter:title" content="The Mycelial Network" />
<meta
name="twitter:description"
content="Myco.systems is a tech cooperative that utilizes open-source technology to enable individuals from diverse backgrounds to develop sustainable solutions."
/>
<meta
name="twitter:image"
content="https://myco.systems/icons/backgrounds/concrete-shrooms.png"
/>
</head>
<body>
<div class="center-text">
<input
type="radio"
id="tab-spellcheck"
name="tab"
checked
style="display: none"
/>
<div class="tabs">
<label for="tab-spellcheck" class="tab">LanguageTool Spellcheck</label>
</div>
<div id="spellCheck" class="tab-content">
<p>Start writing in the box below and errors will be highlighted</p>
<textarea class="area-full"></textarea>
</div>
</div>
</body>
</html>