web/webdecode
This commit is contained in:
40
web/webdecode/contact.html
Normal file
40
web/webdecode/contact.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
|
||||
<!-- font (google) -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<title>Contact me</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<div class="logo-container">
|
||||
<a href="index.html"><img src="img/binding_dark.gif" alt="logo"></a>
|
||||
</div>
|
||||
<div class="navigation-container">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<section class="contact">
|
||||
<div class="contact-wrapper">
|
||||
<h1>Keep searching page.</h1>
|
||||
<h2> Don't give up!!! </h2>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<footer>
|
||||
<div class="bottombar">Copyright © 2023 Your_Name. All rights reserved.</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user