Skip to content

Instantly share code, notes, and snippets.

@naitik416
Created May 24, 2026 03:04
Show Gist options
  • Select an option

  • Save naitik416/3e2661d05c32bcbbacc23e9745337415 to your computer and use it in GitHub Desktop.

Select an option

Save naitik416/3e2661d05c32bcbbacc23e9745337415 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Technology</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>AI Technology</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About AI</a>
<a href="gallery.html">Gallery</a>
<a href="creativity.html">Student Creativity</a>
</nav>
</header>
<section class="hero">
<h2>Welcome to the Future of Technology</h2>
<p>Artificial Intelligence is changing the world through smart machines and automation.</p>
<img src="https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=1200&auto=format&fit=crop" alt="AI Image">
</section>
<section>
<h2>Introduction Video</h2>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/2ePf9rue1Ao"
title="YouTube video player"
frameborder="0" allowfullscreen>
</iframe>
</section>
<footer>
<p>Created for School Computer Project</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment