How to override the provided html in admin/src?

I’m not considering one specific page. I want to add some meta tags to <head> for all of the pages. Also, I want to change the <title> tag value that currently is Strapi Admin.
I did change the title of pages inside components. But there is a default value for <title> tag that I want to change that too.