diff options
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 |
