summaryrefslogtreecommitdiffstats
path: root/services.html
diff options
context:
space:
mode:
Diffstat (limited to 'services.html')
-rw-r--r--services.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/services.html b/services.html
new file mode 100644
index 0000000..066fca6
--- /dev/null
+++ b/services.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>31337itsolutions</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+ <div class="content">
+ <h1>Welcome to 31337itsolutions.com!</h1>
+ <p>
+ We do basic Tier1 leven service IT consulting for the corporate and private sector, as well as our own in-house research and development. Our services include the following:
+ <ul>
+ <li>Software Engineering</li>
+ <li>Hardware Engineering</li>
+ <li>Network Engineering</li>
+ <li>Security Engineering</li>
+ <li>Security Auditing</li>
+ <li>Exploit Development</li>
+ <li>Security Incident Response</li>
+ <li>Managed Services - Hosting - Webmastering</li>
+ <li>DDoS Mitigation</li>
+ <li>VPN Services</li>
+ <li>Database Administration</li>
+ <li>Data Recovery Services</li>
+ <li>Telecom</li>
+ <li>Graphic Design for Web</li>
+ <li>And much more...</li>
+ </ul>
+ <p>
+ <a href="/contact">Contact us today and we'll be happy to give you a quote!</a>
+ <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>
+</body>
+</html>