changed title to 'JSON text'

This commit is contained in:
Wojciech Kubicki 2023-05-26 02:29:06 +02:00
parent 5f47adf1e8
commit de5134179f
1 changed files with 16 additions and 16 deletions

View File

@ -1,17 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<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">
<title>Recipe</title>
</head>
<body>
<h1>{{ data.text }}</h1>
</body>
<!DOCTYPE html>
<html lang="en">
<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">
<title>JSON text</title>
</head>
<body>
<h1>{{ data.text }}</h1>
</body>
</html>