Összesen 12 link található az oldalon!
Befelé mutató linkek: 6
Kifelé mutató linkek: 2
Befelé mutató linkek
/ (link title)
/szállításról (link title)
/szolgáltatásaim (link title)
/kapcsolat (link title)
/partnereink (link title)
tel:06302680244 (link title)
Kifelé mutató linkek
https://basekit-product.s3-eu-west-1.amazonaws.com/icons/icon-2.svg (link title)
https://www.mostszamlazz.hu/m/main# (link title)
Összesen 11 elfogadott szabály!
A(z) / linknél hiányzik a title=""
A(z) / linknél hiányzik a title=""
A(z) /szállításról linknél hiányzik a title=""
A(z) /szolgáltatásaim linknél hiányzik a title=""
A(z) /kapcsolat linknél hiányzik a title=""
A(z) /partnereink linknél hiányzik a title=""
A(z) /kapcsolat linknél hiányzik a title=""
A(z) https://basekit-product.s3-eu-west-1.amazonaws.com/icons/icon-2.svg linknél hiányzik a title=""
A(z) /kapcsolat linknél hiányzik a title=""
A(z) tel:06302680244 linknél hiányzik a title=""
A(z) / linknél hiányzik a title=""
A(z) https://www.mostszamlazz.hu/m/main# linknél hiányzik a title=""
Nem szerencsés ha kifelé mutató linkek vannak az oldalunkon!
Leírás a kifelé mutató linkekre...
Összesen 13 figyelmeztetés!
A(z) <a class="phone-number-link companyphone__phone-number-link" href="tel:06302680244">
06302680244
</a> link nem bejárható!
A(z) <a href=\"https:\/\/www.mostszamlazz.hu\/m\/main#\" class=\"ac-clear\">3716 \u00dajcsan\u00e1los, Rozmaring \u00fat 1Ad\u00f3sz\u00e1m: 48378677-1-25","uniqueId":"kHqB2PRSRlG3Jp7","description":"assets","linkUrl":"none","imagePopup":"1","target":"none","action":"none","scale":"original","imageWidth":"auto","alt":"","title":"assets","align":"widget-align-left","paragraphType":"p"},"className":"contentgroup","widget":{},"uniqueId":"kHqB2PRSRlG3Jp7","parentUniqueId":"lTeC5ORbqPkwkiG"},"page-zones__footer-widgets__656184b178a45-widgets__656184b1816f3":{"ref":1363704,"uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b1816f3","name":"656184b1816f3","fixed":false,"libraryItemRef":0,"pageRef":null,"temporary":{},"changed":{},"type":"widget.policypages","data":{"align":"widget-align-center"},"className":"policypages","widget":{},"uniqueId":"5HTX66JRx1K5n7O","parentUniqueId":"b7Uc143FErnDCFS"}};
Server.desktopSite.getPrimaryDomainData = function ()
{
var keys = [],
key = null,
domain = null;
if (this.primaryDomain !== null)
{
domain = this.primaryDomain.domainName;
}
else
{
bk$.each(this.domains, function(key)
{
keys.push(parseInt(key, 10));
});
key = Math.max.apply(null, keys);
domain = this.domains[key] || null;
}
return {
key : key,
domain: domain
};
};
Server.desktopSite.getPrimaryDomain = function ()
{
return this.getPrimaryDomainData().domain;
};
Server.customWidgetsDomain = '';
Server.customWidgetVersions = null;
Server.connect = {};
Server.connect.bookings = {};
Server.connect.bookings.activeServices = null;
Server.connect.bookings.service = null;
(function () {
fallback = 1;
if (!'localStorage' in window ||
!'querySelectorAll' in window ||
!'addEventListener' in window
) {
return;
}
function getFormat(ua) {
if (ua.indexOf('android') > -1 && ua.indexOf('chrome') === -1) {
return 'ttf';
}
return 'woff';
}
function removeObsoleteFontsFromStorage(storageKey) {
var prefix;
if (!window.localStorage) {
return;
}
prefix = storageKey + '.' + window.localStorage.getItem('bk.webfonts.format');
try {
for (key in window.localStorage) {
if (key.indexOf(storageKey) === 0) {
removeStorageItem(key, prefix)
}
}
} catch (ex) {
}
}
function removeStorageItem(storageKey, prefix) {
var font,
remove = true,
fontCollections = document.head.querySelectorAll('.js-webfont');
for (var i = fontCollections.length - 1; i >= 0; --i) {
font = prefix + '.' + fontCollections[i].getAttribute('data-name');
if (storageKey.indexOf(font) === 0) {
remove = false;
}
}
if (remove == true) {
try {
window.localStorage.removeItem(storageKey);
} catch (ex) {
}
}
}
function loadFontAsynchronously(fontUrl) {
var head = document.getElementsByTagName('head')[0],
link = document.createElement('link');
link.rel = 'stylesheet';
link.href = fontUrl;
head.appendChild(link);
}
window.addEventListener('load', function () {
var i,
localKey = 'published',
storageKey = 'bk.webfonts.' + localKey,
format,
fontCollections,
collection,
request;
removeObsoleteFontsFromStorage(storageKey);
fontCollections = document.head.querySelectorAll('.js-webfont:not([data-cache-full="data-cache-full"])');
if (fontCollections.length === 0) {
return;
}
format = getFormat(navigator.userAgent);
try {
window.localStorage.setItem('bk.webfonts.format', format);
} catch (ex) {
}
for (i = fontCollections.length - 1; i >= 0; --i) {
fontCollection = fontCollections[i];
(function(collection) {
var json,
font,
content,
fonts = [];
request = new XMLHttpRequest();
request.open('GET', collection.getAttribute('data-' + format + '-cache'), true);
request.onload = function () {
if (this.status === 200) {
try {
json = JSON.parse(this.response);
for (font = json.length - 1; font >= 0; --font) {
fonts.push(json[font].css);
}
content = fonts.join('');
collection.innerHTML = content;
window.localStorage.setItem(
storageKey + '.' + format + '.' + collection.getAttribute('data-name'), content
);
collection.setAttribute('data-cache-full', 'data-cache-full');
} catch (ex) {
}
}
if (fallback && this.status === 404) {
loadFontAsynchronously(collection.getAttribute('data-fallback-stylesheet'));
}
};
request.send();
})(fontCollection);
}
}, false);
}());
(function () {
Server.widgetsOnPage = [{"className":"template","data":{},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"header","pageRef":null,"parentUniqueId":null,"ref":1361718,"type":"widget.template","uniqueHTMLId":"page-zones__header","uniqueId":"eDNVfgzNCjWEfyA","isZone":true,"parentZone":null,"zoneName":"header"},{"className":"row","data":{"backgroundType":"color","height":"thin","horizontalAlignment":"center","width":"contained","style":"light","verticalAlignment":"center","rowType":"navigation-3","disableShapeDivider":"true","originalRowTemplateId":"navigation_3"},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"656032372868a","pageRef":null,"parentUniqueId":"eDNVfgzNCjWEfyA","ref":1361800,"type":"widget.row","uniqueHTMLId":"page-zones__header-widgets__656032372868a","uniqueId":"0VTUcjfMcye1l0e","isZone":false,"parentZone":"header","zoneName":null},{"className":"companybrand","data":{"horizontalAlignment":"center","contentType":"logo","uniqueId":"jUaR5K0BNvM74SX","maxHeight":"200","alt":""},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656032372b701","pageRef":null,"parentUniqueId":"0VTUcjfMcye1l0e","ref":1361801,"type":"widget.companybrand","uniqueHTMLId":"page-zones__header-widgets__656032372868a-widgets__656032372b701","uniqueId":"jUaR5K0BNvM74SX","isZone":false,"parentZone":"header","zoneName":null},{"className":"extendednavigation","data":{"align":"center","uniqueId":"l6XXudQcu9JLhaG"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656032372c7ee","pageRef":null,"parentUniqueId":"0VTUcjfMcye1l0e","ref":1361802,"type":"widget.extendednavigation","uniqueHTMLId":"page-zones__header-widgets__656032372868a-widgets__656032372c7ee","uniqueId":"l6XXudQcu9JLhaG","isZone":false,"parentZone":"header","zoneName":null},{"className":"template","data":{},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"main","pageRef":90370,"parentUniqueId":null,"ref":1361753,"type":"widget.template","uniqueHTMLId":"page-zones__main","uniqueId":"NSJdXWMPVYv3eIW","isZone":true,"parentZone":null,"zoneName":"main"},{"className":"row","data":{"rowType":"hero-1b","backgroundType":"image","overlayOpacity":"0","backgroundImageSrc":"http:\/\/files.site.forpsi.com\/af\/74\/af74b935-e659-4e48-b5b0-dd922ceff200.jpeg","style":"dark","height":"large","width":"contained","verticalAlignment":"center","horizontalAlignment":"center","layout":"hero-1b","originalRowTemplateId":"hero_1b","uniqueId":"K0WS1UoyjrhAQTl","dominantColor":"","backgroundImageRef":"205897","backgroundPosition":{"left":"50%","top":"50%"}},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"65602c93827b4","pageRef":90370,"parentUniqueId":"NSJdXWMPVYv3eIW","ref":1361769,"type":"widget.row","uniqueHTMLId":"page-zones__main-widgets__65602c93827b4","uniqueId":"K0WS1UoyjrhAQTl","isZone":false,"parentZone":"main","zoneName":null},{"className":"contentgroup","data":{"displayImage":"false","contentLayout":"regular","alignmentClass":"center","displayHeading":"true","headingType":"h1","headingContent":"Szolg\u00e1ltat\u00e1s, amire sz\u00e1m\u00edthat","displayParagraph":"true","bodyContent":"Szeretn\u00e9 kedvenc\u00e9t, mentett kis\u00e1llat\u00e1t biztons\u00e1gosan, gyorsan \u00e9s ak\u00e1r azonnal eljuttatni a c\u00e9l\u00e1llom\u00e1sra vagy ak\u00e1r a felv\u00e9tel hely\u00e9t\u0151l messze es\u0151 \u00e1llatorvoshoz? Akkor k\u00e9rem keressen fel a megadott el\u00e9rhet\u0151s\u00e9geken \u00e9s seg\u00edthetek megold\u00e1st tal\u00e1lni! Kis\u00e1llat sz\u00e1ll\u00edt\u00e1s h\u00e1zt\u00f3l h\u00e1zig !","displayLink":"true","linkContent":"\u00c1raj\u00e1nlat k\u00e9r\u00e9se","uniqueId":"pdPy7eZPnS0weMH","description":"assets","linkUrl":"none","imagePopup":"1","target":"none","action":"internal","scale":"original","imageWidth":"auto","alt":"","title":"assets","align":"widget-align-left","paragraphType":"p","fileName":"","linkHref":"\/kapcsolat","linkTarget":"_self"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"65602c93841c7","pageRef":90370,"parentUniqueId":"K0WS1UoyjrhAQTl","ref":1361770,"type":"widget.contentgroup","uniqueHTMLId":"page-zones__main-widgets__65602c93827b4-widgets__65602c93841c7","uniqueId":"pdPy7eZPnS0weMH","isZone":false,"parentZone":"main","zoneName":null},{"className":"row","data":{"rowType":"text-1a","backgroundType":"color","style":"light","height":"default","width":"medium","horizontalAlignment":"center","verticalAlignment":"top","layout":"text-1a","originalRowTemplateId":"text_1a"},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"65602c9387db7","pageRef":90370,"parentUniqueId":"NSJdXWMPVYv3eIW","ref":1361773,"type":"widget.row","uniqueHTMLId":"page-zones__main-widgets__65602c9387db7","uniqueId":"uLWGMPKUOwmqJ29","isZone":false,"parentZone":"main","zoneName":null},{"className":"contentgroup","data":{"displayImage":"false","contentLayout":"regular","alignmentClass":"center","displayHeading":"true","headingType":"h2","headingContent":"R\u00f3lAM","displayParagraph":"true","bodyContent":"M\u00e1r t\u00f6bb mint 7 \u00e9ve mentek \u00e1llatokat folyamatosan, t\u00f6bbnyire hat\u00f3s\u00e1gokkal egy\u00fcttm\u0171k\u00f6dve. Az ut\u00f3bbi p\u00e1r \u00e9vben azt is \u00e9szrevettem, hogy sokszor azon m\u00falik egy \u00e9let, hogy id\u0151ben kapjon orvosi ell\u00e1t\u00e1st vagy jusson el befogad\u00f3hoz, alap\u00edtv\u00e1nyhoz, szervezethez. A mi r\u00e9gi\u00f3nkban \u00e9s a k\u00f6rnyez\u0151 megy\u00e9ben vagy \u00e9ppen a keleti orsz\u00e1gr\u00e9szben neh\u00e9z fuvart tal\u00e1lni vagy \u00e9ppen ha van is akkor t\u00fal k\u00e9s\u0151n vagy t\u00fal\u00e1razva. Erre \u00e9s m\u00e1s probl\u00e9m\u00e1ra ny\u00fajtok megold\u00e1st.","uniqueId":"X6O6zlPYBaMvPYM","description":"assets","linkUrl":"none","imagePopup":"1","target":"none","action":"none","scale":"original","imageWidth":"auto","alt":"","title":"assets","align":"widget-align-left","paragraphType":"p"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"65602c9389355","pageRef":90370,"parentUniqueId":"uLWGMPKUOwmqJ29","ref":1361774,"type":"widget.contentgroup","uniqueHTMLId":"page-zones__main-widgets__65602c9387db7-widgets__65602c9389355","uniqueId":"X6O6zlPYBaMvPYM","isZone":false,"parentZone":"main","zoneName":null},{"className":"row","data":{"rowType":"text-11a","layout":"text-11a","backgroundType":"color","style":"light","height":"default","width":"contained","horizontalAlignment":"center","verticalAlignment":"top","originalRowTemplateId":"text_11a"},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"65602c938ac52","pageRef":90370,"parentUniqueId":"NSJdXWMPVYv3eIW","ref":1361775,"type":"widget.row","uniqueHTMLId":"page-zones__main-widgets__65602c938ac52","uniqueId":"dho3Dn8Fpay94fo","isZone":false,"parentZone":"main","zoneName":null},{"className":"image","data":{"src":"https:\/\/basekit-product.s3-eu-west-1.amazonaws.com\/icons\/icon-2.svg","imageSize":"60 x 60","imageWidth":"60","align":"widget-align-center"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"65605324dcb87","pageRef":90370,"parentUniqueId":"dho3Dn8Fpay94fo","ref":1361781,"type":"widget.image","uniqueHTMLId":"page-zones__main-widgets__65602c938ac52-widgets__65605324dcb87","uniqueId":"3a8ueyp4G5zAknj","isZone":false,"parentZone":"main","zoneName":null},{"className":"contentgroup","data":{"displayImage":"false","contentLayout":"regular","alignmentClass":"center","displayHeading":"true","headingType":"h4","headingContent":"Kapcsolat","displayParagraph":"true","bodyContent":"Szolg\u00e1ltat\u00e1sainkr\u00f3l, \u00e1raj\u00e1nlatr\u00f3l, egyedi megold\u00e1sokkal kapcsolatban itt lehet \u00e9rdekl\u0151dni.","displayLink":"true","linkContent":"\u00c1raj\u00e1nlat k\u00e9r\u00e9se","uniqueId":"NUuhFOXbBnwa6lW","description":"assets","linkUrl":"none","imagePopup":"1","target":"none","action":"internal","scale":"original","imageWidth":"auto","alt":"","title":"assets","align":"widget-align-left","paragraphType":"p","fileName":"","linkHref":"\/kapcsolat","linkTarget":"_self"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"65605324d4e8d","pageRef":90370,"parentUniqueId":"dho3Dn8Fpay94fo","ref":1361782,"type":"widget.contentgroup","uniqueHTMLId":"page-zones__main-widgets__65602c938ac52-widgets__65605324d4e8d","uniqueId":"NUuhFOXbBnwa6lW","isZone":false,"parentZone":"main","zoneName":null},{"className":"template","data":{},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"footer","pageRef":null,"parentUniqueId":null,"ref":1361719,"type":"widget.template","uniqueHTMLId":"page-zones__footer","uniqueId":"Cp7uzTbCHPXBnPJ","isZone":true,"parentZone":null,"zoneName":"footer"},{"className":"row","data":{"backgroundType":"color","height":"thin","horizontalAlignment":"center","width":"contained","style":"accent","verticalAlignment":"center","rowType":"footer-4","originalRowTemplateId":"footer_4","uniqueId":"b7Uc143FErnDCFS"},"fixed":false,"isInRow":false,"isNew":false,"isTemplateWidget":false,"name":"656184b178a45","pageRef":null,"parentUniqueId":"Cp7uzTbCHPXBnPJ","ref":1363696,"type":"widget.row","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45","uniqueId":"b7Uc143FErnDCFS","isZone":false,"parentZone":"footer","zoneName":null},{"className":"responsivecolumns","data":{"columns":"3"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b17b1d8","pageRef":null,"parentUniqueId":"b7Uc143FErnDCFS","ref":1363697,"type":"widget.responsivecolumns","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8","uniqueId":"1whLEtCOMN3wYBo","isZone":false,"parentZone":"footer","zoneName":null},{"className":"columns-three-left","data":{},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b17bdb8","pageRef":null,"parentUniqueId":"1whLEtCOMN3wYBo","ref":1363698,"type":"widget.columns.column","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8-zones__656184b17bdb8","uniqueId":"hNZMMmIbrSoRiOn","isZone":false,"parentZone":"footer","zoneName":null},{"className":"contact","data":{"contactType":"phone","linkedin":"profile","facebook":"profile","twitter":"profile","youtube":"profile","rss":"profile","instagram":"profile","pinterest":"profile","vkontakte":"profile","uniqueId":"yL1JLfC4zmz6TEm","email":"profile","phone":"06302680244","xing":"profile","align":"widget-align-left"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b17c543","pageRef":null,"parentUniqueId":"hNZMMmIbrSoRiOn","ref":1363699,"type":"widget.contact","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8-zones__656184b17bdb8-widgets__656184b17c543","uniqueId":"yL1JLfC4zmz6TEm","isZone":false,"parentZone":"footer","zoneName":null},{"className":"columns-three-middle","data":{},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b17eb33","pageRef":null,"parentUniqueId":"1whLEtCOMN3wYBo","ref":1363700,"type":"widget.columns.column","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8-zones__656184b17eb33","uniqueId":"if9zygFqqtvJJUP","isZone":false,"parentZone":"footer","zoneName":null},{"className":"companybrand","data":{"horizontalAlignment":"center","contentType":"websitename"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b17f0a1","pageRef":null,"parentUniqueId":"if9zygFqqtvJJUP","ref":1363701,"type":"widget.companybrand","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8-zones__656184b17eb33-widgets__656184b17f0a1","uniqueId":"wDP2kdCSnb4JpGN","isZone":false,"parentZone":"footer","zoneName":null},{"className":"columns-three-right","data":{},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b17fd2e","pageRef":null,"parentUniqueId":"1whLEtCOMN3wYBo","ref":1363702,"type":"widget.columns.column","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8-zones__656184b17fd2e","uniqueId":"lTeC5ORbqPkwkiG","isZone":false,"parentZone":"footer","zoneName":null},{"className":"contentgroup","data":{"contentLayout":"regular","alignmentClass":"right","displayParagraph":"true","bodyContent":" Bab\u00e1k Kriszti\u00e1n e.v. </a></a> link nem bejárható!
A(z) <a href=\"https:\/\/www.mostszamlazz.hu\/m\/main#\" class=\"ac-clear\">3716 \u00dajcsan\u00e1los, Rozmaring \u00fat 1Ad\u00f3sz\u00e1m: 48378677-1-25","uniqueId":"kHqB2PRSRlG3Jp7","description":"assets","linkUrl":"none","imagePopup":"1","target":"none","action":"none","scale":"original","imageWidth":"auto","alt":"","title":"assets","align":"widget-align-left","paragraphType":"p"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b180205","pageRef":null,"parentUniqueId":"lTeC5ORbqPkwkiG","ref":1363703,"type":"widget.contentgroup","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b17b1d8-zones__656184b17fd2e-widgets__656184b180205","uniqueId":"kHqB2PRSRlG3Jp7","isZone":false,"parentZone":"footer","zoneName":null},{"className":"policypages","data":{"align":"widget-align-center"},"fixed":false,"isInRow":true,"isNew":false,"isTemplateWidget":false,"name":"656184b1816f3","pageRef":null,"parentUniqueId":"b7Uc143FErnDCFS","ref":1363704,"type":"widget.policypages","uniqueHTMLId":"page-zones__footer-widgets__656184b178a45-widgets__656184b1816f3","uniqueId":"5HTX66JRx1K5n7O","isZone":false,"parentZone":"footer","zoneName":null}];
jQuery.noConflict(true);
bk$(document).ready(function () {
ProfileModel = new BaseKit.Globals.Profile(Profile.profile);
if(typeof Site != "undefined") {
Site.load();
}
});
}());
ScrollOut({
targets: ".row--scroll-effect",
threshold: 0,
cssProps: {
visibleY: true
}
});
App.attachCrossOriginMessageHandler.attachMessageHandler();
window.addEventListener('DOMContentLoaded', function() {
const scrollOut = ScrollOut({
once: true,
targets: ".widget--animation",
threshold: 0,
cssProps: {
visible: true,
}
});
window.setTimeout(function() {
scrollOut.index();
scrollOut.update();
});
});
(function() {
var isSafari = navigator.vendor && navigator.vendor.indexOf('Apple') > -1 &&
navigator.userAgent &&
navigator.userAgent.indexOf('CriOS') === -1 &&
navigator.userAgent.indexOf('FxiOS') === -1;
var windowScrollHandler = function() {
var animationNodes = document.querySelectorAll('.js-row .widget--animation[style]');
Array.prototype.forEach.call(animationNodes, function (node) {
var style = node.getAttribute('style');
var scroll = node.getAttribute('data-scroll');
var shouldShowNode = style !== null && style.indexOf('--visible: 1;') !== -1;
if (shouldShowNode && (scroll === null || scroll === 'out')) {
node.setAttribute('data-scroll', 'in');
}
});
};
if (isSafari) {
window.addEventListener('scroll', windowScrollHandler);
setTimeout(windowScrollHandler, 1000);
}
}());
var navigationToggle = document.querySelector('.navigation-toggle');
navigationToggle.addEventListener('click', function () {
document.body.classList.toggle('navigation-open');
});
</a></a> link nem bejárható!
Összesen 3 hiba!