-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (17 loc) · 721 Bytes
/
index.html
File metadata and controls
24 lines (17 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Sinigaglia</title>
<meta property="og:locale" content="pt_BR">
<!-- <meta property="og:url" content="http://dupresviagens.com.br/">
<meta property="og:title" content="Dupres Viagens">
<meta property="og:site_name" content="Dupres Viagens">
<meta property="og:description" content="Dupres Agencia de Viagens.">
<meta property="og:type" content="website">
<link rel="shortcut icon" href="http://dupresviagens.com.br/site/Public/Images/favicon.png">-->
<script language="JavaScript">
window.location = "./site/web";
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>