Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<link rel="stylesheet" src="css/theme-manager.css">
|
||||||
|
<script type="text/JavaScript" src="js/felexdev-theme-manager-mini.js"></script>
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
/**
|
||||||
|
* @file felexdev-theme-manager-mini.js
|
||||||
|
* @version 1.0.0 dev-in-progress (2026-06-09)
|
||||||
|
* @author felex67 (admin@felexdev.ru)
|
||||||
|
* @license Apache2.0
|
||||||
|
*
|
||||||
|
* Language standart: ECMAScript 2022 (ES13)
|
||||||
|
*
|
||||||
|
* @brief ThemeManager - модуль-переключатель тем
|
||||||
|
* @details модуль переклюатель тем
|
||||||
|
*/
|
||||||
|
class ThemeManager {};
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user