-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 966 Bytes
/
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
---
layout: default
---
<div class="row">
<div class="col-4 center">
<div class="img img-responsive center"></div>
<h4>Free</h4>
<p>
The service is currently made available for free and without
specific restrictions.
</p>
</div>
<div class="col-4 center">
<div class="img img-lightweight center"></div>
<h4>Open Source</h4>
<p>
All components of the API like the backend,
<a href="https://hub.docker.com/u/steamcmd">Docker Images</a> and
website are open source on <a href="https://github.com/steamcmd">Github</a>.
</p>
</div>
<div class="col-4 center">
<div class="img img-simple center"></div>
<h4>Questions</h4>
<p>
For more information check the <a href="#docs">docs</a> below and
the <a href="#faq">faq</a> further down this page.
</p>
</div>
</div>