alles andere
This commit is contained in:
20
index.html
Normal file
20
index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Budd Electric - Navigation</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Navigation</h1>
|
||||
<ul>
|
||||
<li><a href="/home">Home</a></li>
|
||||
<li><a href="/about-us">About Us</a></li>
|
||||
<li><a href="/electrical-services">Electrical Services</a></li>
|
||||
<li><a href="/photo-gallery">Photo Gallery</a></li>
|
||||
<li><a href="/contact-us">Contact Us</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user