20 lines
728 B
PHP
Executable File
20 lines
728 B
PHP
Executable File
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=no"/>
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
|
<link rel="shortcut icon" href="image/favicon/favicon.ico"/>
|
|
<link rel="apple-touch-icon" href="image/favicon/apple-touch-icon.png"/>
|
|
<link rel="icon" type="image/png" href="image/favicon/favicon.png"/>
|
|
<link rel="icon" type="image/svg+xml" href="image/icon.svg" sizes="any"/>
|
|
<link rel="manifest" href="manifest.json"/>
|
|
<meta name="theme-color" content="#009688"/>
|
|
<?php include 'head.php' ?>
|
|
|
|
<title>Verdnatura</title>
|
|
</head>
|
|
<body></body>
|
|
</html>
|