Untitled
unknown
plain_text
8 months ago
2.8 kB
4
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Star Tribune - Fake News</title>
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #ffffff;
color: #000;
}
.header {
background-color: #ffffff;
padding: 15px 20px;
text-align: left;
border-bottom: 2px solid #0053A6;
}
.header img {
max-width: 250px;
}
.container {
max-width: 1000px;
margin: 20px auto;
background: white;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.headline {
font-size: 36px;
font-weight: bold;
font-family: 'Georgia', serif;
color: #222;
margin-bottom: 10px;
}
.subheadline {
font-size: 20px;
color: #555;
margin-bottom: 15px;
}
.date {
color: #777;
font-size: 14px;
margin-bottom: 20px;
}
.article {
font-size: 18px;
line-height: 1.8;
color: #333;
font-family: 'Arial', sans-serif;
}
.nav {
background: #f4f4f4;
padding: 10px 20px;
font-size: 16px;
}
.nav a {
color: #0053A6;
text-decoration: none;
margin-right: 15px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="header">
<img src="Screenshot-2025-03-07.png" alt="Star Tribune Logo">
</div>
<div class="nav">
<a href="#">Home</a>
<a href="#">Local</a>
<a href="#">Sports</a>
<a href="#">Business</a>
<a href="#">Opinion</a>
<a href="#">Variety</a>
<a href="#">Obituaries</a>
</div>
<div class="container">
<div class="headline">BREAKING: Nonprofit Administrator Feeds His Future and Absconds to Italy</div>
<div class="subheadline">Authorities baffled</div>
<div class="date">March 7, 2025 | By Fake Reporter</div>
<div class="article">
Local officials are scratching their heads after a nonprofit administrator reportedly "fed his future" and then mysteriously vanished to Italy. While details remain scarce, sources claim he was last seen enjoying an extravagant meal before boarding a flight. "Honestly, we should have seen it coming," one colleague admitted. Stay tuned for more updates on this bizarre turn of events.
</div>
</div>
</body>
</html>
Editor is loading...
Leave a Comment