ragebait-rumble-royale / article.html
setupspawn's picture
when i open the article it should take me to a article page about it.
da2ba01 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday Ban Bill Analysis - The Political Times</title>
<link rel="icon" type="image/x-icon" href="http://static.photos/red/200x200/133">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="bg-white font-sans">
<div class="container mx-auto px-4 py-8 max-w-3xl">
<!-- Article Header -->
<header class="mb-8">
<div class="flex items-center mb-4">
<img src="http://static.photos/technology/200x200/42" alt="The Political Times" class="w-12 h-12 rounded-full">
<div class="ml-3">
<h1 class="text-xl font-bold">The Political Times</h1>
<p class="text-sm text-gray-500">2 mins ago · <i data-feather="globe" class="w-3 h-3 inline"></i></p>
</div>
</div>
<h1 class="text-3xl font-bold mb-4">Bipartisan Bill Would Criminalize Birthday Celebrations - "Patriotic Duty" Says Lawmaker</h1>
<p class="text-gray-600">By Jane Doe | Senior Political Correspondent</p>
</header>
<!-- Article Content -->
<article class="prose max-w-none">
<img src="http://static.photos/politics/1024x576/99" alt="Congressional Hearing" class="w-full rounded-lg mb-6">
<p class="lead">WASHINGTON - In a move that has stunned civil liberties advocates, a bipartisan group of lawmakers introduced legislation that would classify birthday celebrations as "unpatriotic gatherings" with penalties up to $10,000.</p>
<p>The Celebration Prohibition Act (H.R. 7890) was introduced yesterday by Senator Robert Johnson (R-TX) and Representative Alicia Chen (D-CA), citing national security concerns and economic waste.</p>
<blockquote class="border-l-4 border-gray-300 pl-4 italic my-6">
"This is about protecting American values," Johnson said at a press conference. "These frivolous celebrations divert billions from our economy and create unnecessary waste. How can we ask families to tighten their belts while allowing this kind of excess?"
</blockquote>
<h2 class="text-2xl font-bold mt-8 mb-4">Economic Impact</h2>
<p>The bill's sponsors presented data showing Americans spend approximately $15 billion annually on birthday-related expenses. "Imagine if that money went toward infrastructure or education instead," Chen argued.</p>
<p>However, economic analysts warn the bill could eliminate an estimated 250,000 jobs in the party supply industry alone. "This would devastate small businesses," said Mark Williams of the National Retail Federation.</p>
<img src="http://static.photos/industry/640x360/87" alt="Party Store" class="w-full rounded-lg my-6">
<h2 class="text-2xl font-bold mt-8 mb-4">Civil Liberties Concerns</h2>
<p>ACLU Director James Peterson called the bill "deeply troubling," stating: "The government has no business telling families how to celebrate personal milestones. This sets a dangerous precedent."</p>
<p>The legislation includes exceptions for government-approved celebrations of historical figures and certain national holidays. Enforcement would be handled through a new division of the Department of Homeland Security.</p>
<h2 class="text-2xl font-bold mt-8 mb-4">Public Reaction</h2>
<p>Early polling shows deep division along generational lines, with 68% of respondents over 65 supporting the measure compared to just 12% of those under 30.</p>
<p>The White House has not yet taken a position on the bill, which is expected to reach committee hearings next month.</p>
</article>
<!-- Article Footer -->
<footer class="mt-12 border-t pt-6">
<div class="flex items-center">
<button class="flex items-center text-gray-500 hover:text-blue-500">
<i data-feather="thumbs-up" class="mr-2"></i> 4.2K
</button>
<button class="flex items-center text-gray-500 hover:text-blue-500 ml-4">
<i data-feather="message-square" class="mr-2"></i> Comment
</button>
<button class="flex items-center text-gray-500 hover:text-blue-500 ml-4">
<i data-feather="share-2" class="mr-2"></i> Share
</button>
</div>
</footer>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
feather.replace();
});
</script>
</body>
</html>