-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhostvision.php
More file actions
13 lines (13 loc) · 1.46 KB
/
hostvision.php
File metadata and controls
13 lines (13 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex" />
<title><?php echo $_SERVER['HTTP_HOST']; ?> | HostVision Romania</title>
<link href="https://hostvision.ro/css/welcome.css" rel="stylesheet" type="text/css" />
<link href="https://hostvision.ro/idisk.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div id="container"><div id="welcome">Bine ai venit!<div class="sub">Welcome / Bienvenida / Willkommen / Bienvenue / Benvenuti</div></div> <h2><?php echo str_replace('www.', '', $_SERVER['HTTP_HOST']); ?></h2><div id="smlinks"><a href="https://hostvision.ro/domenii/inregistrare-domenii.html" title="Inregistrare Domenii" target="_blank" rel="nofollow">Inregistrare Domenii</a> | <a href="https://hostvision.ro/web-hosting/ssd-hosting.html" title="Hosting SSD" target="_blank" rel="nofollow">Hosting SSD</a> | <a href="https://hostvision.ro/web-hosting/hosting-magento.html" title="Magento Hosting" target="_blank" rel="nofollow">Magento SSD</a> | <a href="https://hostvision.ro/securitate/certificate-ssl/" title="Certificate SSL" target="_blank" rel="nofollow">Certificate SSL</a> | <a href="https://client.hostvision.ro/knowledgebase" title="Suport Clienti HostVision" target="_blank" rel="nofollow">Suport Clienti</a></div></div>
</body>
</html>