Initial commit: New MoreminiMore website with fresh design

This commit is contained in:
MoreminiMore
2026-04-22 01:59:05 +07:00
commit 76409638cc
14010 changed files with 2052041 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var HeadingRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'heading'
}
}, {
module: 'HTML',
concept: {
name: 'h1'
}
}, {
module: 'HTML',
concept: {
name: 'h2'
}
}, {
module: 'HTML',
concept: {
name: 'h3'
}
}, {
module: 'HTML',
concept: {
name: 'h4'
}
}, {
module: 'HTML',
concept: {
name: 'h5'
}
}, {
module: 'HTML',
concept: {
name: 'h6'
}
}],
type: 'structure'
};
var _default = HeadingRole;
exports.default = _default;