Skip to content

⭐ Auto Under Construction Page with auto hostname and Google API transaltion for web title, message and copyright.

License

Notifications You must be signed in to change notification settings

DaniS1448/Auto-Under-Construction-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐ Auto Under Construction Page

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.

Usage

  1. 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.

Preview

Spanish

Preview

English (Using Goolge Translate API)

Preview

🤝 Contributing

CSS Style forked from CodePen - Tiaan

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

⭐ Auto Under Construction Page with auto hostname and Google API transaltion for web title, message and copyright.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published