A Pen by Scott Miller on CodePen.
Last active
March 7, 2017 05:45
-
-
Save smiller171/2fa1fb7d8c5023a948f87ec0f08a4024 to your computer and use it in GitHub Desktop.
Under Construction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> | |
</head> | |
<body style="background-image: url(images/e6e156_270e7ed6858a4ec2a8a55c3e8df7adc7.webp); background-size: 100%; background-repeat: no-repeat; background-color: #BABFBD;"> | |
<h1 class="display-4 text-center">Under Construction</h1> | |
<br /><br /> | |
<h2 class="display-5 text-center">Contact:</h2> | |
<h5 class="text-center"><a style="color: black;" href="tel:+1-512-709-2650">(512) 709-2650</a></h5> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment