ID: 0a0b103953ebabec183a334699edcf9283269c55
41 lines
—
1012B —
View raw
| {% set title = "Vikings GmbH" %}
{% extends "templates/article.tpl" %}
{% block article %}
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>Vikings GmbH</strong> is a hosting provider located in Eschborn, Germany which
specializes in free/libre hosting services. It offers Virtual Servers,
Dedicated Servers, and Manged Server based exclusively on free software. The
company was founded by Thomas Umbach<sup><a href="#cit1">[cit1]</a></sup>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_see_also">See also</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="1984_ehf.">1984 ehf.</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_references">References</h2>
<div class="sectionbody">
<div class="ulist bibliography">
<ul class="bibliography">
<li>
<p><a id="cit1"></a>[cit1] <a href="https://vikings.net/legalnotice.html" class="bare">https://vikings.net/legalnotice.html</a></p>
</li>
</ul>
</div>
</div>
</div>
{% endblock %}
|