20 lines
611 B
PHP
20 lines
611 B
PHP
<!DOCTYPE html>
|
|
<html <?php language_attributes(); ?> ng-app="anApp">
|
|
<head>
|
|
<base href="/">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="http://anorgatarrak.eus/wp-content/themes/anorgatarrak/favicon.ico">
|
|
<?php wp_head(); ?>
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
</head>
|
|
<body>
|
|
|