Skip to content

Commit

Permalink
Starting to generate ideas..
Browse files Browse the repository at this point in the history
  • Loading branch information
GT3CH1 committed Feb 20, 2017
1 parent 5ee86db commit 159e89f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
*{
margin: 0px;
}
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<title>Online Game</title>
</head>
<body>
This is a test
</body>
</html>
<!--TODO:
Platform -
Side camera -
Futurisitc -
Space -
Limited Range -
-->
Empty file added js/sketch.js
Empty file.

0 comments on commit 159e89f

Please sign in to comment.