hedera-web/pages/main/ui.php

15 lines
426 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
2015-12-10 23:24:14 +00:00
<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" type="image/x-icon" href="image/favicon.ico"/>
2016-07-22 20:00:27 +00:00
<?php include ('head.php') ?>
<title>Verdnatura</title>
</head>
<body></body>
</html>