-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (29 loc) · 1.07 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
---
---
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
{% seo %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Campo</h1>
<h2 class="project-tagline">A lightweight web forum</h2>
<a href="https://github.com/getcampo/campo" class="btn">View on GitHub</a>
<a href="https://bbs.getcampo.com" class="btn">Community</a>
</section>
<main id="content" class="main-content">
<h2>Installation</h2>
<p>
If you are familiar with Heroku, visit <a href="https://github.com/getcampo/campo-heroku">Heroku deployment</a>.
</p>
<p>
If you are familiar with Docker Swarm, visit <a href="https://github.com/getcampo/campo-docker-swarm">Docker Swarm deployment</a>.
</p>
</main>
</body>
</html>