Skip to content

Instantly share code, notes, and snippets.

@ToneyGi
ToneyGi / index.html
Created April 30, 2024 15:55
Kiithya Enterprises Website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kiithya Enterprises</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-x6V8ZCw8MTlczbItthq9roMOKjFGx9L+UcU7bVwqDjXvyafPmGuXBMvsxq2QZI95qY3NCl/DgeXNhVV2+jHW1Q==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
@ToneyGi
ToneyGi / index.html
Created May 1, 2024 16:33
Sign-up Form
<body>
<div class="warning">
<p>This is not a real service</p>
</div>
<div id="photo-id">Photo by <a href="http://unsplash.com/@mariellem">Mariellem Oliveira</a> on <a href="http://https://unsplash.com/">Unsplash</a>.</div>
<div class="card">
@ToneyGi
ToneyGi / index.html
Created May 7, 2024 18:07
Recipe website
<body>
<header>
<div class="logo">Recipe Website</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Recipes</a></li>
<li><a href="#">About</a></li>
<!-- Add more navigation links as needed -->
</ul>