web/webdecode
This commit is contained in:
47
web/webdecode/index.html
Normal file
47
web/webdecode/index.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!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>Home</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="banner">
|
||||
<h1>Ha!!!!!! You looking for a flag?</h1>
|
||||
<p>Keep Navigating</p>
|
||||
|
||||
</section><!-- .banner -->
|
||||
<section class="sec-intro">
|
||||
<div class="col">
|
||||
<p>Haaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p>
|
||||
<p>Keepppppppppppppp Searchinggggggggggggggggggg</p>
|
||||
<img src="./img/multipage-html-img1.jpg" alt="person">
|
||||
<figcaption>Don't give up!</figcaption>
|
||||
</div>
|
||||
</section><!-- .sec-intro -->
|
||||
|
||||
<footer>
|
||||
<div class="bottombar">Copyright © 2023 Your_Name. All rights reserved.</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user