Added in contact section #12

Merged
rodude123 merged 18 commits from contact into master 2022-01-11 20:58:54 +00:00
Showing only changes of commit 3b2eb605e2 - Show all commits

View File

@ -91,7 +91,7 @@ gulp.task("browserSync", () =>
gulp.watch("dist").on("change", browserSync.reload) gulp.watch("dist").on("change", browserSync.reload)
}); });
gulp.task("default", () => gulp.task("default", async () =>
{ {
if(github) if(github)
{ {