diff options
author | Dmitri DB <[email protected]> | 2022-04-21 08:06:18 -0700 |
---|---|---|
committer | Dmitri DB <[email protected]> | 2022-04-21 08:06:18 -0700 |
commit | 57b2af4cf830ad722605ddbeb0cd245cceb49151 (patch) | |
tree | 427c89a15c7b2737ec2597c699ff48f64ab4df81 /index.html | |
download | 31337itsolutions.com-57b2af4cf830ad722605ddbeb0cd245cceb49151.tar.gz |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..239959c --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>31337itsolutions</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + <div class="beach"> + <div class="content"> + <h1>Welcome to 31337itsolutions.com!</h1> + <p> + We specialize in providing over 25 years of experience in delivering top tier IT consulting services. Our full stack runs the gamut all the way from software, hardware, network and security engineering, and in a wide range of fields such as marketing, art & design, and research. + <div class="menu"> + <ul class="menu"> + <li><a href="/">Home</a></li> + <li><a href="/services.html">Services</a></li> + <li><a href="https://dev.31337itsolutions.com">Git</a></li> + <li><a href="/contact.html">Contact</a></li> + </ul> + <div> + <div id="copyright"> + Copyright © 2022 31337 IT Solutions + <br> + All Rights Reserved + </div> + </div> + </div> +</body> +</html> |