aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-25 18:23:32 -0400
committerTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-25 18:23:32 -0400
commitfc60da94dd0735297b38d9639978b2a419e5fb79 (patch)
tree861238a3be5f431513b416041435e5c7bc6e3949
parente541728b274c1cfc958f5cceee25b1a0289c0418 (diff)
downloadpokeworld-website-fc60da94dd0735297b38d9639978b2a419e5fb79.tar.gz
pokeworld-website-fc60da94dd0735297b38d9639978b2a419e5fb79.tar.bz2
pokeworld-website-fc60da94dd0735297b38d9639978b2a419e5fb79.zip
new page!
-rw-r--r--ports.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/ports.html b/ports.html
new file mode 100644
index 0000000..a7b87c8
--- /dev/null
+++ b/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