Added web utils

This commit is contained in:
Clisprail
2013-04-06 17:07:09 +02:00
parent a654332d1b
commit 996ea84b79
2 changed files with 103 additions and 0 deletions
@@ -0,0 +1,6 @@
package org.parabot.core;
public class WebConstants {
public static final String HOME = "http://parnassian.host56.com/";
}