File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
resources/fileTemplates/internal Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ /*
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+ -->
7
+ < html >
8
+ < body >
9
+ < table width ="100% " border ="0 " cellpadding ="5 " cellspacing ="0 " style ="border-collapse: collapse ">
10
+ < tr >
11
+ < td > < font face ="verdana " size ="-1 "> Magento layout can be used for customizing a specific page or group of pages
12
+ in frontend or admin area of Magento 2. The common customization tasks include changing page layout, adding
13
+ new magento blocks, removing magento blocks etc. For more information refer
14
+ < a href ="https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html ">
15
+ layout overview docs
16
+ </ a >
17
+ </ font > < br >
18
+ </ td >
19
+ </ tr >
20
+ </ table >
21
+ </ body >
22
+ </ html >
You can’t perform that action at this time.
0 commit comments