Translated using Weblate (Czech)
[phpmyadmin.git] / templates / changelog.twig
blobcdda84f709f4146ddcaea39d0aa3700ca826f501
1 <!doctype html>
2 <html lang="en" dir="ltr">
3 <head>
4   <meta charset="utf-8">
5   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6   <meta name="robots" content="noindex,nofollow">
7   <link rel="icon" href="favicon.ico" type="image/x-icon">
8   <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
9   <title>phpMyAdmin - ChangeLog</title>
10 </head>
11 <body>
12 <h1>phpMyAdmin - ChangeLog</h1>
13 <pre>{{ changelog|raw }}</pre>
14 </body>
15 </html>