Files
inwestprofil.eu/index.html
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

30 lines
618 B
HTML

<html>
<head>
<title>
inwestprofil.eu
</title>
<style>
* { font-family: verdana; font-size: 10pt; COLOR: gray; }
b { font-weight: bold; }
table { height: 50%; border: 1px solid gray;}
td { text-align: center; padding: 25;}
</style>
</head>
<body>
<center>
<br><br><br><br>
<table>
<tr><td>Welcome to the home of <b>inwestprofil.eu</b></td></tr>
<tr><td>To change this page, upload your website into the public_html directory</td></tr>
<tr><td><img src="logo.png"></td></tr>
<tr><td style="font-size: 8pt">Date Created: Fri Jan 30 06:39:48 2026</td></tr>
</table>
<br><br>
</center>
</body>
</html>