blob: 328c97ebcfd730d3dc1c76c78ec3de02951cdc47 (
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
24
25
26
27
28
29
|
---
project: AleeCorp
---
<!DOCTYPE HTML>
<HTML>
<HEAD>
{% include heading.html %}
<TITLE>Home | {{ site.title }}</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
<div class="jumbotron">
<h1><center>{{ site.title }} Homepage</center></h1>
<h3>
<center><b>{{ site.description }}</b></center>
</h3>
</div>
<div class="container">
<p>Welcome to the AleeCorp website!</p>
<p>Please note that we are still working on this website and things are still experimentation.</p>
</div>
{% include footing.html %}
{% include footer.html %}
</BODY>
</HTML>
|