diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/index.html b/src/index.html index e3de1e0..3ab499d 100644 --- a/src/index.html +++ b/src/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE lang="en" html> +<!DOCTYPE html> <head> <title>Infernal ⁕ Garden</title> <meta charset="utf-8"> @@ -15,25 +15,21 @@ <img class="noaa" src="/assets/image/icon.png"> </div> <div class="nav-button"> - <img> <a href="/pages/about.html"> <span>About</span> </a> </div> <div class="nav-button"> - <img> <a href="/pages/projects.html"> <span>Projects</span> </a> </div> <div class="nav-button"> - <img> <a href="/pages/services.html"> <span>Services</span> </a> </div> <div class="nav-button"> - <img> <a href="/pages/people.html"> <span>People</span> </a> @@ -41,13 +37,11 @@ </div> <div> <div class="nav-button"> - <img> <a href="/pages/contact.html"> <span>Contact</span> </a> </div> <div id="nav-pin" class="nav-button"> - <img> <a><span>Pin</span></a> </div> </div> |