Skip to content

Instantly share code, notes, and snippets.

@Matary1
Created March 31, 2022 15:00
Show Gist options
  • Save Matary1/9ac8e9bd8dab848bd005cc567f3b791a to your computer and use it in GitHub Desktop.
Save Matary1/9ac8e9bd8dab848bd005cc567f3b791a to your computer and use it in GitHub Desktop.
GitHub
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" >
<link rel:stylesheet href="css/style.css"
<title>🚀CMT | TEAM create</title>
</head>
<body>
<!--Navbar-->
<div class="navbar">
<div class="container">
<h1 class="Logo">CommunityMatary.</h1>
<nav>
<ul>
<li><a href="index.html">Links</a></li>
<li><a href="About.html">About</a></li>
<li><a href="GitHub.html">GitHub</a></li>
</ul>
</nav>
</div>
</div>
</body>
</html>
@Matary1
Copy link
Author

Matary1 commented Mar 31, 2022

Git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment