Add index.html as example

This commit is contained in:
cruizba 2024-04-10 12:45:23 +02:00
parent 7a4a94f38a
commit 6581733908

11
custom-layout/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recording custom layout</title>
</head>
<body>
Create here your custom layout
</body>
</html>