blob: b3503e2222b4fc48d9ffe2d195dc613f444e4e99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
project: Silicon Linux
---
<HTML>
<HEAD>
{% include heading.html %}
<TITLE>About Silicon Linux</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
<h1>About Us</h1>
<p><b>Github: <a href="https://github.com/silicon-linux">Silicon Linux</a></b><p>
<p><b>Our Discord: <a href="https://discord.gg/QbuuAF5"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></a></b></p>
<h1>Contact Us</h1>
<p>Any problems: <b>support@silicon-linux.net</b></p>
<h1>Information about our team</h1>
<p>We currently have 8 people in our team.</p>
<p>This project started in October 18th 2018</p>
{% include footer.html %}
</BODY>
</HTML>
|