Fatal error: Uncaught Error: Call to undefined function get_header() [closed]

get_header() is a WordPress template tag, so only available within WordPress. You are using a WordPress theme and by mistake placed it in the root folder of your site.
Place it within your WordPress installation folder in wp-content/themes/ folder. And finally activate in through dashboard by navigating to Appearance -> Themes.