summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDmitri DB <[email protected]>2022-04-21 08:06:18 -0700
committerDmitri DB <[email protected]>2022-04-21 08:06:18 -0700
commit57b2af4cf830ad722605ddbeb0cd245cceb49151 (patch)
tree427c89a15c7b2737ec2597c699ff48f64ab4df81 /index.html
download31337itsolutions.com-57b2af4cf830ad722605ddbeb0cd245cceb49151.tar.gz
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
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 &amp; 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 &copy; 2022 31337 IT Solutions
+ <br>
+ All Rights Reserved
+ </div>
+ </div>
+ </div>
+</body>
+</html>