blob: 41f92ba1543faf2173db8f1831de59c6cab9fc11 (
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
|
---
project: Andrew Lee
---
<HTML>
<HEAD>
{% include heading.html %}
<TITLE>Home | {{ site.title }}</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
<div class="container">
<h1 class ="title">{{ site.title }} Homepage</h1>
<h2><center><b>{{ site.description }}</b></center></h2>
<h3>What is this website?</h3>
<p>This is website my own personal website.</p>
<h3>Who am I?</h3>
<p>My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.</p>
<h3>When did I start programming?</h3>
<p>Well.. I started back in 2016 when I made my first VB program which is a HTML Editor.</p>
</div>
{% include footer.html %}
</BODY>
</HTML>
|