<!DOCTYPE html>
<html lang = "tr" > <head> <meta charset = "UTF-8" > <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > <title> CANVITAL </title> <style> body { margin: 0 ; font-family: Arial , sans-serif ; background:#f4f7fa; display: flex ; justify-content: center ; align-items: center ; height: 100 vh ; text-align: center ; } . container { max-width: 800 px ; padding: 40 px ; } h1 { font-size: 60 px ; color:#0d6efd; margin-bottom: 10 px ; } h2 { color:#444; font-weight: normal ; } p { font-size: 20 px ; color:#666; margin-top: 30 px ; } </style> </head> <body> <div class = "container" > <h1> CANVITAL </h1> <h2> Yeni Nesil Kardiyopulmoner Analiz Platformu </h2> <p> Web sitesi geliştirme aşamasındadır. <br> Çok Yakında... </p> </div> </body> </html>