Add Favorite

This commit is contained in:
2018-12-15 15:45:24 +09:00
parent b10d2a1737
commit 4ad8ea96e6
5 changed files with 69 additions and 2 deletions

View File

@ -3,8 +3,8 @@
namespace WebProjectFitness;
class Config {
const SITE_JS_VERSION = '1.01';
const SITE_CSS_VERSION = '1.01';
const SITE_JS_VERSION = '1.03';
const SITE_CSS_VERSION = '1.03';
const TITLE_HEADER = 'Fitness';
const DESCRIPTION_HEADER = 'Site for find all the fitness exercise you need';