-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (29 loc) · 1.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" style='height: 100%;'>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="A community-made resource for ALS patients and families with info, advice, and support. Providing a central hub of ALS info for the current and future community.">
<meta name="keywords" content="ALS,Amyotrophic Lateral Sclerosis,MND,Motor Neuron Disease,motor neuron,neuron,neurodegeneration,Wiki,Wikipedia,Hub,Repo,Repository,wiki-repository">
<title>ALSWiki: An ALS support guide</title>
<script defer type="module" src="./index.js"></script>
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<main class="landing-main">
<div class="edit-container">
<a href="./edit">
<button title="Create new article">New article</button>
</a>
</div>
<h1>ALSWiki</h1>
<h2>A community-driven ALS support guide</h2>
<div class="d-flex big-search-container">
<div class="article-search big-search">
<input type="text" placeholder="Search ALSWiki">
</div>
</div>
<p>Check out our <a href="./wiki/en/Getting_Started.html">getting started article</a> if you are new to ALS.</p>
</main>
</body>
</html>