blob: 29c945eeeb1a01918b05b4a20205899f1de7102b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
project: Silicon Linux
---
<html>
<head>
{% include heading.html %}
<title>Silicon Linux</title>
</head>
<body>
{% include navigator.html %}
<h1 class ="title">Silicon Linux</h1>
<p class="center"><i>This website is under construction. Content will come soon.</i></p>
{% include footer.html %}
</body>
</html>
|