import * as fs from 'fs' const splashRiot = ` ` export function copySplashPage(toPageFile:string) { fs.writeFileSync(toPageFile, splashRiot) }