diff --git a/public/compress.html b/public/compress.html index b9b05b6..7ae59df 100644 --- a/public/compress.html +++ b/public/compress.html @@ -366,5 +366,17 @@ function barColor(pct) { return 'bg-danger'; } + + + + diff --git a/public/converter.html b/public/converter.html index 7dfd2ed..b42034e 100644 --- a/public/converter.html +++ b/public/converter.html @@ -197,5 +197,17 @@ function mdToHtml(md) { return marked.parse(md); } + + + + diff --git a/public/dashboard.html b/public/dashboard.html index 48ed3f9..231a9aa 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -53,13 +53,6 @@ .cat-count { font-size:11px; color:var(--text-muted); font-family:'JetBrains Mono',monospace; background:var(--surface-600); padding:2px 8px; border-radius:6px; } .cat-desc { font-size:12px; color:var(--text-muted); margin-left:auto; font-family:'JetBrains Mono',monospace; } - .about-card { background:var(--surface-800); border:1px solid var(--surface-600); border-radius:16px; padding:24px; margin-top:40px; } - .about-card h2 { font-size:16px; font-weight:700; color:var(--text-primary); margin-bottom:12px; } - .about-card p { font-size:13px; color:var(--text-secondary); line-height:1.7; } - .about-stats { display:flex; gap:24px; margin-top:16px; flex-wrap:wrap; } - .about-stat { text-align:center; } - .about-stat .num { font-size:24px; font-weight:800; color:var(--accent); font-family:'JetBrains Mono',monospace; } - .about-stat .label { font-size:11px; color:var(--text-muted); margin-top:2px; } @media(max-width:640px) { .cat-desc { display:none; } } @@ -200,17 +193,6 @@ -
-
4
-
категории
-
-
-
14
-
инструментов
-
- - - @@ -236,5 +218,17 @@ fetch('/api/content/dashboard').then(r => r.ok ? r.json() : []).then(blocks => { } }).catch(() => {}); + + + + diff --git a/public/editor.html b/public/editor.html index 415931d..d4119ff 100644 --- a/public/editor.html +++ b/public/editor.html @@ -246,5 +246,17 @@ + + + + diff --git a/public/formatter.html b/public/formatter.html index 1acf379..041f4a3 100644 --- a/public/formatter.html +++ b/public/formatter.html @@ -173,5 +173,17 @@ function formatJs(input) { return result; } + + + + diff --git a/public/httpclient.html b/public/httpclient.html index 33edc4e..45fb638 100644 --- a/public/httpclient.html +++ b/public/httpclient.html @@ -701,5 +701,17 @@ renderHistory(); })(); + + + + diff --git a/public/landing.html b/public/landing.html index c0cc908..354c8a6 100644 --- a/public/landing.html +++ b/public/landing.html @@ -1580,6 +1580,18 @@ + + + + diff --git a/public/login.html b/public/login.html index eed3b0a..60dc7f2 100644 --- a/public/login.html +++ b/public/login.html @@ -1,125 +1,137 @@ - - - - - - Вход — WA Dev Tools - - - - - - - - - -
- - -
- - Войти - Регистрация -
-
- -
-
-
-
Вход в аккаунт
-
Добро пожаловать обратно
-
-
-
- - -
-
- - -
- -
-
- -
-
-
- - - - + + + + + + Вход — WA Dev Tools + + + + + + + + + +
+ + +
+ + Войти + Регистрация +
+
+ +
+
+
+
Вход в аккаунт
+
Добро пожаловать обратно
+
+
+
+ + +
+
+ + +
+ +
+
+ +
+
+
+ + + + + + + + diff --git a/public/md.html b/public/md.html index 365648e..381ece2 100644 --- a/public/md.html +++ b/public/md.html @@ -231,7 +231,19 @@ document.getElementById('copyHtmlBtn').addEventListener('click', () => { // Download HTML document.getElementById('downloadHtmlBtn').addEventListener('click', () => { const body = document.getElementById('mdOutput').innerHTML; - const fullHtml = '\n\n\n\nMarkdown\n\n\n\n' + body + '\n\n'; + const fullHtml = '\n\n\n\nMarkdown\n\n\n\n' + body + '\n + + + +\n'; const blob = new Blob([fullHtml], { type: 'text/html' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); @@ -250,5 +262,17 @@ document.getElementById('clearBtn').addEventListener('click', () => { fileInput.value = ''; }); + + + + diff --git a/public/parser.html b/public/parser.html index 4dc6a39..62e5a7d 100644 --- a/public/parser.html +++ b/public/parser.html @@ -407,5 +407,17 @@ $('clearBtn').addEventListener('click', () => { // Auto-focus $('urlInput').focus(); + + + + diff --git a/public/password.html b/public/password.html index ea93a80..4965658 100644 --- a/public/password.html +++ b/public/password.html @@ -330,5 +330,17 @@ function escapeHtml(str) { // Generate on load generate(); + + + + diff --git a/public/pdf.html b/public/pdf.html index 7ddb34b..dcc0f70 100644 --- a/public/pdf.html +++ b/public/pdf.html @@ -2045,5 +2045,17 @@ + + + + diff --git a/public/placeholder.html b/public/placeholder.html index fdc0556..358d9c8 100644 --- a/public/placeholder.html +++ b/public/placeholder.html @@ -258,5 +258,17 @@ document.getElementById('copyUrlBtn').addEventListener('click', () => { // Init updateUrl(); + + + + diff --git a/public/redirects.html b/public/redirects.html index 6fb0939..288d3ed 100644 --- a/public/redirects.html +++ b/public/redirects.html @@ -600,5 +600,17 @@ })(); + + + + diff --git a/public/register.html b/public/register.html index 36b9e6d..a30b65e 100644 --- a/public/register.html +++ b/public/register.html @@ -1,134 +1,146 @@ - - - - - - Регистрация — WA Dev Tools - - - - - - - - - -
- - -
- - Войти - Регистрация -
-
- -
-
-
-
Создать аккаунт
-
Бесплатный доступ ко всем инструментам
-
-
-
- - -
-
- - -
-
- - -
минимум 6 символов
-
-
- - -
- -
-
- -
-
-
- - - - + + + + + + Регистрация — WA Dev Tools + + + + + + + + + +
+ + +
+ + Войти + Регистрация +
+
+ +
+
+
+
Создать аккаунт
+
Бесплатный доступ ко всем инструментам
+
+
+
+ + +
+
+ + +
+
+ + +
минимум 6 символов
+
+
+ + +
+ +
+
+ +
+
+
+ + + + + + + + diff --git a/public/sanitizer.html b/public/sanitizer.html index 2ceb9c2..a22cd58 100644 --- a/public/sanitizer.html +++ b/public/sanitizer.html @@ -222,5 +222,17 @@ function minifyHtml(html) { return html.replace(//g,'').replace(/\s+/g,' ').replace(/>\s+<').replace(/\s+>/g,'>').replace(/<\s+/g,'<').trim(); } + + + + diff --git a/public/status.html b/public/status.html index c4668ad..a8948ab 100644 --- a/public/status.html +++ b/public/status.html @@ -1,129 +1,141 @@ - - - - - - Status — WA Dev Tools - - - - - - - - - -
- - -
- - Войти - Регистрация -
-
- -
- - -
-
Loading...
-
- - -
- - - - + + + + + + Status — WA Dev Tools + + + + + + + + + +
+ + +
+ + Войти + Регистрация +
+
+ +
+ + +
+
Loading...
+
+ + +
+ + + + + + + + diff --git a/public/svgeditor.html b/public/svgeditor.html index 9cd4905..e36a94d 100644 --- a/public/svgeditor.html +++ b/public/svgeditor.html @@ -1,2427 +1,2439 @@ - - - - - - SVG Editor — WA Dev Tools - - - - - - - - - - - -
- -
-
- - - - -
-
- - -
- - - - - - -
-
- - -
- - - - - - -
-
- - -
- - - - - - -
-
- - -
- - -
- - -
- - - - -
-
- -
-
- -
-
- - 100% - - -
-
- - -
- - -
- - -
- - - - - - -
-
КопироватьCtrl+C
-
ВырезатьCtrl+X
-
ВставитьCtrl+V
-
-
ДублироватьCtrl+D
-
УдалитьDel
-
-
На передний план
-
На задний план
-
-
ГруппироватьCtrl+G
-
РазгруппироватьCtrl+Shift+G
-
-
Текст → контур
-
- - - - - -
- - - - - - - - -
-
Свойства
-
-
- - -
-
- Слои -
- -
-
-
-
+ Новый слой
-
-
- - -
- 800 × 600 - 100% - 0, 0 - 0 элементов - Готово -
-
- - - - - - - - - - - - - - - - - + + + + + + SVG Editor — WA Dev Tools + + + + + + + + + + + +
+ +
+
+ + + + +
+
+ + +
+ + + + + + +
+
+ + +
+ + + + + + +
+
+ + +
+ + + + + + +
+
+ + +
+ + +
+ + +
+ + + + +
+
+ +
+
+ +
+
+ + 100% + + +
+
+ + +
+ + +
+ + +
+ + + + + + +
+
КопироватьCtrl+C
+
ВырезатьCtrl+X
+
ВставитьCtrl+V
+
+
ДублироватьCtrl+D
+
УдалитьDel
+
+
На передний план
+
На задний план
+
+
ГруппироватьCtrl+G
+
РазгруппироватьCtrl+Shift+G
+
+
Текст → контур
+
+ + + + + +
+ + + + + + + + +
+
Свойства
+
+
+ + +
+
+ Слои +
+ +
+
+
+
+ Новый слой
+
+
+ + +
+ 800 × 600 + 100% + 0, 0 + 0 элементов + Готово +
+
+ + + + + + + + + + + + + + + + + + + + + diff --git a/public/video.html b/public/video.html index 4d796dd..fc73bba 100644 --- a/public/video.html +++ b/public/video.html @@ -1091,5 +1091,17 @@ } })(); + + + +