webox.vn Open in urlscan Pro
2606:4700:3034::ac43:c8ef  Public Scan

URL: https://webox.vn/
Submission: On March 22 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

GET /dang-ky-domain-gia-re

<form class="main-layout" style="margin-bottom: 20px" method="GET" action="/dang-ky-domain-gia-re">
  <div class="flex pd-10" style="max-width: 550px; margin: auto">
    <div style="width: calc(100% - 110px)">
      <input name="domain" class="input width-100" type="search" placeholder="Nhập tên miền để kiểm tra, VD: tenmien.com" style="border-radius: 30px 0 0 30px; padding: 15px">
    </div>
    <div style="width: 110px">
      <input class="btn-gradient width-100" type="submit" value="KIỂM TRA" style="border-radius: 0 30px 30px 0; padding: 15px">
    </div>
  </div>
</form>

POST /admin/WebsiteManager

<form class="form create-webiste-form" action="/admin/WebsiteManager" method="POST" style="padding: 20px">
  <div style="display:none">
    <input type="password" tabindex="-1">
    <input type="username" tabindex="-1">
  </div>
  <input type="hidden" name="template" value="popup">
  <div class="flex flex-middle d-flex align-items-center">
    <input type="text" class="input width-70 rm-radius form-control d-inline-block" name="domain" placeholder="Nhập tên website của bạn. VD: tenweb" style="border-radius: 20px 0 0 20px !important">
    <input type="text" class="input width-30 rm-radius form-control d-inline-block" value=".webox.vn" style="border-radius: 0 20px 20px 0 !important" readonly="">
  </div>
  <div class="pd-5 py-2 text-primary color-primary"> Sau khi tạo xong, bạn có thể đổi sang tên miền riêng tùy ý (Ví dụ: tenweb.com) </div>
  <div class="hidden create-website-msg form-mrg alert mt-2"></div>
  <div class="center text-center">
    <button type="button" class="btn btn-primary width-50">KHỞI TẠO WEBSITE</button>
  </div>
</form>

GET /dang-ky-domain-gia-re

<form class="main-layout" style="margin-bottom: 60px" method="GET" action="/dang-ky-domain-gia-re">
  <div class="flex pd-10" style="max-width: 550px; margin: auto">
    <div style="width: calc(100% - 110px)">
      <input name="domain" class="input width-100" type="search" placeholder="Nhập tên miền để kiểm tra, VD: tenmien.com" style="border-radius: 30px 0 0 30px; padding: 15px">
    </div>
    <div style="width: 110px">
      <input class="btn-gradient width-100" type="submit" value="KIỂM TRA" style="border-radius: 0 30px 30px 0; padding: 15px">
    </div>
  </div>
</form>

POST

<form class="form pd-15" method="POST" action="" id="account-register-form">
  <div class="modal-input">
    <input class="width-100 input" placeholder="Họ tên" type="text" name="register[name]">
    <i class="fa fa-user"></i>
  </div>
  <div class="modal-input">
    <input class="width-100 input" placeholder="Số điện thoại" type="text" name="register[phone]">
    <i class="fa fa-phone"></i>
  </div>
  <div class="modal-input">
    <input class="width-100 input" placeholder="Email" type="email" name="register[email]">
    <i class="fa fa-envelope-o"></i>
  </div>
  <div class="modal-input">
    <input class="width-100 input" placeholder="Mật khẩu" type="password" name="register[password]">
    <i class="fa fa-lock"></i>
  </div>
  <div class="modal-input">
    <input class="width-100 input" placeholder="Nhập lại mật khẩu" type="password" id="account-register-password2">
    <i class="fa fa-lock"></i>
  </div>
  <div class="modal-input" title="Mã giới thiệu">
    <input class="width-100 input" placeholder="Mã giới thiệu (Nếu có)" type="text" name="register[ref]" value="">
    <i class="fa fa-users"></i>
  </div>
  <div class="flex flex-middle">
    <div class="width-80">
      <input class="input width-100" name="register[captcha]" placeholder="Nhập mã xác minh" type="text">
    </div>
    <div class="width-20 center">
      <img id="account-register-captcha" src="/api/captcha.png?t=1711098635">
    </div>
  </div>
  <label class="check radio" style="margin-bottom: 5px">
    <input name="register[terms]" type="checkbox" value="1" checked="checked">
    <s></s> Tôi đồng ý với <a class="primary-color" target="_blank" href="/quy-dinh-su-dung">Quy định sử
dụng
</a> và <a class="primary-color" target="_blank" href="/chinh-sach-bao-mat">Chính sách
bảo mật
</a>
  </label>
  <div class="form-mrg hidden alert-danger" id="account-register-msg"></div>
  <div class="center">
    <input class="btn-primary width-100" id="account-register-submit" type="button" value="ĐĂNG KÝ">
  </div>
  <div class="pd-10 center"> Đã có tài khoản ? <a style="margin-left: 10px" class="modal-click primary-color" data-modal="login-box">Đăng nhập
</a>
  </div>
</form>

POST

<form class="form pd-15" method="POST" action="" id="account-login-form">
  <div class="modal-input">
    <i class="fa fa-user"></i>
    <input class="input input-circle" placeholder="Email hoặc số điện thoại" style="width:100%" type="text" name="username">
  </div>
  <div class="modal-input">
    <i class="fa fa-lock"></i>
    <input class="input input-circle" placeholder="Mật khẩu" style="width:100%" type="password" name="password">
  </div>
  <div style="padding: 10px 0;position: relative;">
    <label class="check radio">
      <input type="checkbox" checked="">
      <s></s> Lưu đăng nhập </label>
    <a href="/user/forget" class="right-icon">
<i class="fa fa-lock"></i>
Quên mật khẩu?
</a>
  </div>
  <div class="hidden alert-danger" id="loginMsg"></div>
  <div class="center">
    <input class="btn-primary input-circle width-100" id="loginSubmit" name="loginSubmit" type="button" value="ĐĂNG NHẬP">
  </div>
  <div class="pd-10 center"> Chưa có tài khoản ? <a style="margin-left: 10px" class="modal-click primary-color" data-modal="register-box">Đăng ký
</a>
  </div>
</form>

<form>
  <div class="online-chat-register">
    <div class="form-mrg"> <input class="width-100 form-control" type="text" value="" name="online_chat[name]" placeholder="Họ &amp; tên"> </div>
    <div class="form-mrg"> <input class="width-100 form-control" type="text" value="" name="online_chat[phone]" placeholder="Số điện thoại"> </div>
    <div class="form-mrg"> <textarea class="width-100 form-control" name="online_chat[register_message]" placeholder="Quý khách cần tư vấn hay hỗ trợ gì ạ?" rows="4"></textarea> </div>
    <button type="button" class="btn-primary online-chat-start center width-100 form-mrg">ĐỒNG Ý</button>
  </div>
  <div class="online-chat-msg alert alert-danger hidden form-mrg"></div>
  <div class="online-chat-write hidden">
    <input type="hidden" name="onlineChatConversationID" value="0">
    <div class="pd-10 py-2" style="position: relative">
      <span class="link online-chat-attachment">
        <i class="pd-5 fa fa-file py-2"></i> Đính kèm ảnh hoặc file <input type="file" class="hidden" name="onlineChatAattachment" multiple="">
      </span>
      <i title="Tắt âm báo" class="pd-5 fa fa-volume-up link online-chat-sound blue right-icon"></i>
    </div>
    <div class="online-chat-content">
      <textarea data-uid="" class="width-100 form-control" name="online_chat[message]" rows="6" placeholder="Nhập nội dung..."></textarea>
      <button type="button" class="btn btn-primary online-chat-submit">Gửi</button>
    </div>
  </div>
</form>

POST

<form method="POST" id="contact-form">
  <div class="center" style="padding-bottom: 10px; color: #0B9BB5; line-height: 1.6"> Quý khách vui lòng để lại thông tin <br> Chúng tôi sẽ liên hệ lại trong thời gian sớm nhất, xin cảm ơn. </div>
  <div class="contact-input modal-input">
    <i class="fa fa-user"></i>
    <input type="text" class="input width-100" name="contact[name]" placeholder="Họ và tên">
  </div>
  <div class="contact-input modal-input">
    <i class="fa fa-phone"></i>
    <input type="text" class="input width-100" name="contact[phone]" placeholder="Số điện thoại">
  </div>
  <div class="contact-input">
    <textarea name="contact[message]" class="width-100" placeholder="Quý khách đang muốn thiết kế website về lĩnh vực gì?" rows="5"></textarea>
  </div>
  <div class="contact-notify alert-danger center hidden">
  </div>
  <div class="contact-input center">
    <button type="button" class="btn btn-primary" style="font-size: 16px; padding: 15px 35px; border-radius: 40px !important">ĐỒNG Ý</button>
  </div>
</form>

Text Content

 * 
 * Giới thiệu
 * Kho giao diện
 * Bảng giá
 * Dịch vụ
    * Thiết kế Website
    * Đăng ký Domain giá rẻ
   
    * Hosting chất lượng cao
    * Đăng ký Bảo mật SSL
   
    * Email doanh nghiệp

 * Kho ứng dụng
 * Thêm
    * Chính sách đại lý
    * Hình thức thanh toán
   
    * Tài liệu hướng dẫn
    * Tin tức

 * Liên hệ
 * Đăng nhập
 * Đăng ký






THIẾT KẾ WEBSITE CHUYÊN NGHIỆP

WEBOX - Giải pháp thiết kế web chuyên nghiệp, trọn gói, phù hợp với từng lĩnh
vực, ngành nghề kinh doanh của bạn.
Vui lòng liên hệ để được tư vấn & báo giá.

Tư vấn Dùng thử



THIẾT KẾ WEBSITE CHUYÊN NGHIỆP

WEBOX - Giải pháp thiết kế web chuyên nghiệp, trọn gói, phù hợp với từng lĩnh
vực, ngành nghề kinh doanh của bạn.
Vui lòng liên hệ để được tư vấn & báo giá.

Tư vấn Dùng thử



HỆ THỐNG TẠO WEBSITE TỰ ĐỘNG

Liên hệ để được báo giá


ĐĂNG KÝ TÊN MIỀN
Bảo vệ thương hiệu của bạn ngay!





LỰA CHỌN MẪU WEBSITE CẦN TẠO

Bạn chưa có ý tưởng về giao diện website của mình? Không cần lo lắng, Hệ thống
Tạo Website Tự động đã lọc chọn và đúc kết hàng trăm giao diện web mẫu cho bạn
lựa chọn!
Tất cả Bán hàng Công ty Bất động sản Nội thất Khách sạn Nhà hàng Du lịch Ôtô -
Xe máy Giáo dục Tin tức Landing Page

Bán hàng Xem thực tế 700,000 ₫
Thuốc Nam Tạo website
Bán hàng Xem thực tế 700,000 ₫
Hải Sản Tạo website
Bán hàng Xem thực tế 700,000 ₫
Trà Xanh Tạo website
Bán hàng Xem thực tế 700,000 ₫
Bách Hóa 03 Tạo website
Bán hàng Xem thực tế 700,000 ₫
Shop Giày Tạo website
Nội thất Xem thực tế 700,000 ₫
Nội Thất 21 Tạo website
Bán hàng Xem thực tế 700,000 ₫
Mỹ Phẩm 07 Tạo website
Công ty Xem thực tế 700,000 ₫
Giúp Việc Nhà Tạo website
Bán hàng Xem thực tế 700,000 ₫
Rượu Vang Tạo website
Công ty Xem thực tế 700,000 ₫
Luật Sư Tạo website
Công ty Xem thực tế 700,000 ₫
Nha Khoa 02 Tạo website
Bất động sản Xem thực tế 700,000 ₫
Bất Động Sản 26 Tạo website
Xem thêm giao diện
Nhập thông tin website để khởi tạo
Sau khi tạo xong, bạn có thể đổi sang tên miền riêng tùy ý (Ví dụ: tenweb.com)

KHỞI TẠO WEBSITE
Quý khách chưa đăng ký tài khoản, vui lòng đăng ký và đăng nhập tài khoản để có
thể tạo trang web!
Click để đăng ký tài khoản
Bạn vẫn chưa tìm được giao diện website vừa ý?
Bạn có thể gợi ý cho chúng tôi về giao diện bạn mong muốn. Chúng tôi sẽ chọn lọc
hoặc thiết kế riêng mẫu phù hợp với bạn.
Tư vấn thiết kế
4 LỢI ÍCH KHI CHỌN THIẾT KẾ WEBSITE TẠI WEBOX
Giao diện đẹp, bố cục chuẩn giúp tăng hiệu quả quảng cáo
Website chuẩn UX/UI nâng tầm trải nghiệm, tăng tỷ lệ mua hàng
Thỏa mãn nhu cầu khách hàng, giá & chất lượng website tốt nhất
Lưu trữ bảo mật thông tin, trích xuất nhanh chóng mỗi khi cần



DỊCH VỤ CỦA CHÚNG TÔI

Ngoài thiết kế website, công ty chúng tôi còn cung cấp rất nhiều dịch vụ khác
giúp bạn phát triển thương hiệu nhanh chóng và hiệu quả.
BÁN THEME WORDPRESS
Giải pháp hữu hiệu giúp bạn nhanh chóng có một website chuyên nghiệp đẹp mắt tại
WEBOX mà lại tiết kiệm chi phí ban đầu.
PHÁT TRIỂN WEBSITE
Dịch vụ viết content, chăm sóc xây dựng nội dung chất lượng cho website giúp
quảng cáo, SEO Top Google tốt hơn.
QUẢNG CÁO GOOGLE ADS
Đưa website của bạn lên Google ngay hôm nay, tiếp cận hàng ngàn khách hàng mới
mỗi ngày với chi phí chỉ từ 100k/ngày.
TÊN MIỀN - HOSTING - SSL
Cung cấp đầy đủ các dịch vụ đăng ký tên miền, giải pháp hosting chất lượng cao &
chứng chỉ bảo mật SSL cho website của bạn.
NÂNG CẤP SỬA WEBSITE
WEBOX không đơn thuần là thiết kế website mà còn là đơn vị chuyên nâng cấp,
sửa chữa website cũ một cách chuyên nghiệp.
NHẬN DẠNG THƯƠNG HIỆU
Dịch vụ thiết kế bộ nhận diện thương hiệu, logo, banner, video marketing giúp
bạn phát triển thương hiệu nhanh chóng.


KHÁCH HÀNG TIÊU BIỂU

Khách hàng và đối tác đã sử dụng dịch vụ thiết kế website của WEBOX
 * 
 * 

Tạo website chuyên nghiệp với Webox.vn
Trải nghiệm toàn bộ tính năng web với 07 ngày sử dụng miễn phí.
Dùng thử miễn phí

ĐĂNG KÝ TÀI KHOẢN

Tôi đồng ý với Quy định sử dụng và Chính sách bảo mật


Đã có tài khoản ? Đăng nhập

ĐĂNG NHẬP TÀI KHOẢN
Lưu đăng nhập Quên mật khẩu?


Chưa có tài khoản ? Đăng ký


Dịch vụ
Thiết kế website bán hàng
Thiết kế website doanh nghiệp
Thiết kế website theo yêu cầu
Đăng ký Domain giá rẻ
Hosting chất lượng cao
Email doanh nghiệp
Đăng ký Bảo mật SSL
Phát triển nội dung website
Quảng cáo Google Ads
Dịch vụ SEO website giá rẻ
Hỗ trợ
Kho giao diện
Bảng giá
Khách hàng
Tài liệu hướng dẫn
Tính năng nổi bật
Về VinaDigtech
Giới thiệu
Hình thức thanh toán
Chính sách đại lý
Tin tức
Liên hệ

CÔNG TY TNHH KINH DOANH VÀ CÔNG NGHỆ XXX
Số ĐKKD: XXX do Sở KH và ĐT TP. Hà Nội cấp
Địa chỉ: XXX
Phòng kinh doanh
Hotline: 0999.999.999
Email: sale@webox.vn
Phòng kỹ thuật
Hotline: 0999.999.999
Email: support@webox.vn

Bản quyền thuộc về WEBOX.VN. Sử dụng nội dung ở trang này và dịch vụ tại WEBOX
có nghĩa là bạn đồng ý với Quy định sử dụng và Chính sách bảo mật của chúng tôi.
Designed by WEBOX.VN | Nền tảng tạo website chuyên nghiệp
Kết nối với chúng tôi


Bạn cần hỗ trợ, chat ngay?
Quý khách cần tạo website, mua theme hoặc thiết kế website theo yêu cầu, hãy
nhắn tin với chúng tôi nhé!


ĐỒNG Ý

Đính kèm ảnh hoặc file
Gửi

Hotline: 0862.234.345 Chat qua Zalo Chat qua Facebook Yêu cầu gọi lại
GỬI YÊU CẦU THIẾT KẾ WEBISTE
Quý khách vui lòng để lại thông tin
Chúng tôi sẽ liên hệ lại trong thời gian sớm nhất, xin cảm ơn.




ĐỒNG Ý