string replace!

This commit is contained in:
ari melody 2024-07-11 17:51:51 +01:00
parent 018442a445
commit 056d9b63d8
7 changed files with 148 additions and 25 deletions

12
test.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{title}</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h1>{title}</h1>
</body>
</html>