Coming soon

We will be available for you soon.

HTML

<h1 class="heading-1">Coming Soon</h1>

CSS

.heading-1 {
   color: white;
}

JS

var colors =
["#22b14c","white","#000"];


function changeColor() {};