<html lang="en"> <head> <meta charset="utf-8"> <title>TP Solutions</title> <style type="text/css">.container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:100%; height: 100%; background: #222222; }</style> </head> <body> <div class="container"> <img src="tpsolutions.png"/> </div> </body> </html>