summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDmitri DB <[email protected]>2022-05-01 13:15:50 -0700
committerDmitri DB <[email protected]>2022-05-01 13:15:50 -0700
commitb804c7884c33c535d9375482993740e0dac4b6d1 (patch)
tree6a4d028b4034b57797dd0be8c892ff30a0dcf244 /index.html
parent57b2af4cf830ad722605ddbeb0cd245cceb49151 (diff)
download31337itsolutions.com-b804c7884c33c535d9375482993740e0dac4b6d1.tar.gz
moved beach to canvas element, css modifications, and test of dna logo
Diffstat (limited to 'index.html')
-rw-r--r--index.html34
1 files changed, 16 insertions, 18 deletions
diff --git a/index.html b/index.html
index 239959c..4946009 100644
--- a/index.html
+++ b/index.html
@@ -6,24 +6,22 @@
<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 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>
</body>