diff options
Diffstat (limited to 'project.html')
| -rw-r--r-- | project.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/project.html b/project.html new file mode 100644 index 0000000..59756f5 --- /dev/null +++ b/project.html @@ -0,0 +1,20 @@ +--- +project: Andrew's Website +--- + +<HTML> + <HEAD> + {% include heading.html %} + <TITLE>Andrew's Projects</TITLE> + </HEAD> +<BODY> + {% include navigator.html %} +<h1 class ="title">Andrew's Projects</h1> +<h2>These are the projects i'm currently working on:</h2> +<p><a href="https://silicon-linux.net">Silicon Linux</a></p> +<p><a href="https://github.com/AleeCorp/AleeBot">AleeBot</a></p> +<p><a href="https://github.com/UniverseDevGroup/Project-Silicon">Project: Silicon</a></p> + + {% include footer.html %} +</BODY> +</HTML> |
