mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
10 lines
554 B
PHP
10 lines
554 B
PHP
<head>
|
|
<title><?php echo $config['site_title']; ?></title>
|
|
<meta name="description" content="website description" />
|
|
<meta name="keywords" content="website keywords, website keywords" />
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" type="text/css" href="layout/css/style.css" />
|
|
<!-- modernizr enables HTML5 elements and feature detects -->
|
|
<script type="text/javascript" src="layout/js/modernizr-1.5.min.js"></script>
|
|
<script src='https://www.google.com/recaptcha/api.js'></script>
|
|
</head>
|