20 lines
596 B
PHP
20 lines
596 B
PHP
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="<?=$config['root']['description']?>">
|
|
<meta name="keywords" content="<?=implode(', ', $config['root']['keywords'])?>">
|
|
<link rel="stylesheet" href="<?=__CS__?>style.css?v=1">
|
|
<script src="<?=__JS__?>index.js?v=1"></script>
|
|
<title><?=$config['root']['title']?></title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Тестовый REST API сайт</h1>
|
|
<hr>
|
|
</header>
|
|
|
|
<main>
|