diff options
| author | Alee <alee14498@gmail.com> | 2018-05-12 19:56:09 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-05-12 19:56:09 -0400 |
| commit | a69067c13abf18fd7806915af2fa5b8b65f9bb58 (patch) | |
| tree | 2ad4e2554e7b678a0f6affa64645832524740565 /project-ports.html | |
| parent | 2a6308e5a781153a761f5be3a80623cdce048d0c (diff) | |
| download | aleecorp-website-a69067c13abf18fd7806915af2fa5b8b65f9bb58.tar.gz aleecorp-website-a69067c13abf18fd7806915af2fa5b8b65f9bb58.tar.bz2 aleecorp-website-a69067c13abf18fd7806915af2fa5b8b65f9bb58.zip | |
Project Ports news page
Diffstat (limited to 'project-ports.html')
| -rw-r--r-- | project-ports.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/project-ports.html b/project-ports.html new file mode 100644 index 0000000..a7b87c8 --- /dev/null +++ b/project-ports.html @@ -0,0 +1,23 @@ +<html> + <head> + <style> + body { + font-family: Arial; + background-color: black; + color: white + } + .container { + width:80%; + margin:auto; + overflow:hidden; + } + </style> + <title>Project Ports News</title> + </head> + <body> + <div id="container"> + <h1>Latest News:</h1> + <p>Game is in pre alpha!</p> + </div> + </body> +</html>
\ No newline at end of file |
