diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-13 16:00:49 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-13 16:00:49 -0400 |
| commit | 28d318a54ba77dc381ba0c92f9adc7b29e0abac3 (patch) | |
| tree | 06e24bbfd613c5f2c073c89bf1081e491c8d3508 /views/about.ejs | |
| parent | 7520d898e7838efd806d04da2258483775edc729 (diff) | |
| download | alp-website-28d318a54ba77dc381ba0c92f9adc7b29e0abac3.tar.gz alp-website-28d318a54ba77dc381ba0c92f9adc7b29e0abac3.tar.bz2 alp-website-28d318a54ba77dc381ba0c92f9adc7b29e0abac3.zip | |
Big changes
Diffstat (limited to 'views/about.ejs')
| -rw-r--r-- | views/about.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/about.ejs b/views/about.ejs index f00c69f..2f28498 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -1,4 +1,5 @@ <!DOCTYPE html> +<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> <html> <head> @@ -27,6 +28,9 @@ <li>A: Reason why I want to create this is because I want to make my own things as a passion also sharing it to the public and to make it as a career.</li> + <br> + <li>Q: Why did you call this Alee Productions?</li> + <li>A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with "Lee" you get "Alee". :)</li> </h4> </ul> <h1>Team</h1> @@ -45,6 +49,8 @@ </p> </div> </div> + </div> + <% include ./includes/scripts %> <% include ./includes/footer %> </body> |
