aboutsummaryrefslogtreecommitdiff
path: root/project-ports.html
blob: a7b87c878d374d6cf13efbf45fc810f942562b37 (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
<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>