diff --git a/lang/en/pages/products.html b/lang/en/pages/products.html new file mode 100644 index 0000000..28dbe34 --- /dev/null +++ b/lang/en/pages/products.html @@ -0,0 +1,103 @@ + + + + + Blackbox - Products + + + + + + + + + + + + + +
+ + bbox logo + BlackBox + + + + Order Now + + +
+ +
+ +
+

Categories

+ +
+ + +
+
+ +
+
+ BlackBox VPN +
+

BlackBox VPN

+
+ 99 € +
+

Creates a Wi-Fi point with secure VPN. 512 MB RAM.

+
+ + +
+
+ + +
+
+ BlackBox Privacy +
+

BlackBox Privacy Messenger/Cloud

+
+ 199 € +
+

Built-in Matrix Messenger or Nextcloud. 1 GB RAM. Full control over your data.

+
+ + +
+
+ + +
+
+ BlackBox 4GB +
+

BlackBox 4GB

+
+ 299 € +
+

All functions of the first models + remote desktop (Workspace). 4 GB RAM.

+
+ diff --git a/project_description.md b/project_description.md index 38400e0..bc8d627 100644 --- a/project_description.md +++ b/project_description.md @@ -1,6 +1,6 @@ # Описание проекта и его структура -Данный проект представляет собой веб-страницу, демонстрирующую возможности продукта BlackBox и его сравнение с другими продуктами. +Данный проект представляет собой веб-траницы, демонстрирующую возможности продукта BlackBox и его сравнение с другими продуктами. Сайт и основной домен проект https://bbox.wtf ## Структура проекта @@ -35,6 +35,11 @@ │ │ └── template.html │ └── services/ │ ├── data-protection.html +│ ├── anonymous-email.html +│ ├── cloud-storage.html +│ ├── crypto-wallet.html +│ ├── decentralized-hosting.html +│ ├── private-chat.html │ └── template.html ├── js/ │ ├── all.min.js diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..23376b3 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,162 @@ + + + + + https://bbox.wtf/ + 2025-05-07 + daily + 1.0 + + + https://bbox.wtf/index.html + 2025-05-07 + daily + 1.0 + + + https://bbox.wtf/pages/products.html + 2025-05-07 + weekly + 0.9 + + + https://bbox.wtf/pages/faq.html + 2025-05-07 + monthly + 0.8 + + + + + https://bbox.wtf/lang/en/index.html + 2025-05-07 + weekly + 0.8 + + + https://bbox.wtf/lang/en/pages/products.html + 2025-05-07 + weekly + 0.8 + + + https://bbox.wtf/lang/en/pages/faq.html + 2025-05-07 + monthly + 0.8 + + + + https://bbox.wtf/lang/es/index.html + 2025-05-07 + weekly + 0.8 + + + https://bbox.wtf/lang/es/pages/products.html + 2025-05-07 + weekly + 0.8 + + + https://bbox.wtf/lang/es/pages/faq.html + 2025-05-07 + monthly + 0.8 + + + + https://bbox.wtf/lang/ru/index.html + 2025-05-07 + weekly + 0.8 + + + https://bbox.wtf/lang/ru/pages/products.html + 2025-05-07 + weekly + 0.8 + + + https://bbox.wtf/lang/ru/pages/faq.html + 2025-05-07 + monthly + 0.8 + + + + + https://bbox.wtf/items/boxes/blackbox-privacy.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/boxes/blackbox-vpn.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/boxes/blackbox-4gb.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/boxes/blackbox-ai.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/boxes/blackbox-shop.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/boxes/blackbox-workstation.html + 2025-05-07 + monthly + 0.7 + + + + + https://bbox.wtf/items/services/data-protection.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/services/anonymous-email.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/services/cloud-storage.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/services/crypto-wallet.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/services/decentralized-hosting.html + 2025-05-07 + monthly + 0.7 + + + https://bbox.wtf/items/services/private-chat.html + 2025-05-07 + monthly + 0.7 + + \ No newline at end of file