phpmyadmin/templates/changelog.twig
Maurício Meneghini Fauth 962c2114a1
Remove shrink-to-fit directive and IE mode meta tag
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-05-07 15:55:58 -03:00

16 lines
457 B
Twig

<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>phpMyAdmin - ChangeLog</title>
</head>
<body>
<h1>phpMyAdmin - ChangeLog</h1>
<pre>{{ changelog|raw }}</pre>
</body>
</html>