15 lines
446 B
XML
15 lines
446 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
/**
|
|
* Copyright © 2016 FireGento e.V.
|
|
* See LICENSE.md bundled with this module for license details.
|
|
*/
|
|
-->
|
|
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
|
|
<head>
|
|
<css src="Wowow_Menu::css/menu.css"/>
|
|
<script src="Wowow_Menu::js/menu.js" type="text/javascript"/>
|
|
</head>
|
|
</page>
|