commit
This commit is contained in:
35
ict/page/index.html
Normal file
35
ict/page/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!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="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
|
||||
<title>Hasbulla</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
<li><a style="color: red;" href="index.html">Home</a></li>
|
||||
<li><a href="gifs.html">Gifs</a></li>
|
||||
<li><a href="https://wikibio.in/hasbulla/">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<header>Hasbulla</header>
|
||||
<h1>Gifs</h1>
|
||||
<div class="carddiv">
|
||||
<div class="card">
|
||||
<img class="card" src="https://c.tenor.com/ku6cm9FzuQsAAAAC/m4kktruck-getintoitya.gif" alt="">
|
||||
</div>
|
||||
<div class="card">
|
||||
<img class="card" src="https://c.tenor.com/NAOXKZSLT90AAAAC/hasbulla-hasbullah.gif" alt="">
|
||||
</div>
|
||||
<div class="card">
|
||||
<img class="card" src="https://c.tenor.com/wdrYl8JXEdgAAAAM/hasbulla-kick.gif" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user