This is a simple HTML document with auto hostname and transaltion for the title, message and copyright, designed to be used as a temporary home page.
- Edit
script.js
to change the default text to your own country and language and avoid the fetch request to Google Translate. By default, it's in Spanish.
const defaultCountry = "ES"; // US
const defaultLanguage = "es"; // en
const defaultTitle = "Bajo construcción"; // Under construction
const defaultMessage = "Grandes cosas están por llegar"; // Great things are yet to come
const defaultCopyright = "Todos los derechos reservados"; // All rights reserved
View the demo on GitHub Pages or on CodePen.
Spanish
English (Using Goolge Translate API)
CSS Style forked from CodePen - Tiaan
This project is licensed under the MIT License - see the LICENSE
file for details.