Browse Source

Added todo comments

Nathaniel van Diepen 10 years ago
parent
commit
5dccd9c4ab
4 changed files with 4 additions and 1 deletions
  1. 1 0
      .htaccess
  2. 1 0
      api.php
  3. 1 0
      index.js
  4. 1 1
      index.php

+ 1 - 0
.htaccess

@@ -0,0 +1 @@
+# TODO - Add redirects

+ 1 - 0
api.php

@@ -1,3 +1,4 @@
 <?php
 	// MYSQL default bugs:bugs
+	// TODO - Add API handling.
 ?>

+ 1 - 0
index.js

@@ -0,0 +1 @@
+// TODO - Add initial page loading and handlers

+ 1 - 1
index.php

@@ -5,6 +5,6 @@
 		<script src="index.js"></script>
 	</head>
 	<body>
-		
+		<!-- TODO add containers for content -->
 	</body>
 </html>