<!DOCTYPE html>
<html>
<head>
<style>
h1 {
  color: black;
  font-family: verdana;
  font-size: 100%;
}
p {
  color: gray;
  font-family: courier;
  font-size: 50%;
}
#loader{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #FFFFFF url('vetteai_intro3_1.gif') no-repeat center;
	z-index: 100;
}
</style>
</head>
<body>

<h1>Vette AI</h1>
<p>© Cor@vette.hu 2024</p>

</body>
</html>