diff options
author | Dmitri DB <[email protected]> | 2022-05-01 13:15:50 -0700 |
---|---|---|
committer | Dmitri DB <[email protected]> | 2022-05-01 13:15:50 -0700 |
commit | b804c7884c33c535d9375482993740e0dac4b6d1 (patch) | |
tree | 6a4d028b4034b57797dd0be8c892ff30a0dcf244 /index.html | |
parent | 57b2af4cf830ad722605ddbeb0cd245cceb49151 (diff) | |
download | 31337itsolutions.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.html | 34 |
1 files changed, 16 insertions, 18 deletions
@@ -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 & 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 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> </body> |