Created
October 28, 2015 17:03
-
-
Save lillylangtree/b55828fa05ed3470d352 to your computer and use it in GitHub Desktop.
sample index.html file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
| <title>Spoon-Knife</title> | |
| <LINK href="styles.css" rel="stylesheet" type="text/css"> | |
| </head> | |
| <body> | |
| <img src="forkit.gif" id="octocat" alt="" /> | |
| <!-- Feel free to change this text here --> | |
| <p> | |
| Fork me? Fork you, @octocat! | |
| </p> | |
| <p> | |
| Sean made a change | |
| </p> | |
| </body> | |
| </html> |
<title>AI News - Info Ki Duniya</title>
<style>
body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background: #f4f4f4;
color: ##333;
}
header {
background: [linear-gradient(45deg,]( #url) #1e3c72, #2a5298);
color: #fff;
padding: 20px 0;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2.5rem;
}
nav {
display: flex;
justify-content: center;
background: #fff;
padding: 10px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
nav a {
margin: 0 15px;
text-decoration: none;
color: #333;
font-weight: 500;
}
.slider {
background: #ddd;
padding: 10px;
text-align: center;
font-weight: bold;
color: #111;
}
.news-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
padding: 20px;
}
.news-card {
background: #fff;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
overflow: hidden;
transition: 0.3s;
}
.news-card:hover {
transform: translateY(-5px);
}
.news-card img {
width: 100%;
height: 180px;
object-fit: cover;
}
.news-card .content {
padding: 15px;
}
.news-card .content h3 {
margin: 0 0 10px;
}
.footer {
background: #222;
color: #fff;
padding: 20px;
text-align: center;
}
.footer a {
color: #fff;
margin: 0 10px;
text-decoration: none;
}
</style>
Info Ki Duniya - AI News
Home About Privacy Policy Terms
🔥 Breaking AI News: GPT-5 Launch Soon! | Elon Musk Launches New AGI Project | Google Gemini Update Rolling Out
ChatGPT-5 Leak Reveals Human-like Thinking
New features in GPT-5 hint at advanced reasoning, better memory, and more control.
© 2025 Info Ki Duniya. All rights reserved.
Account vapis chahiye 🙏
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ashanrenuja7@gmail.com