Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #4

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Added the mete css link ... fixed in valid HTML
  • Loading branch information
tsgxcode committed Nov 20, 2024
commit 47c10eac18f7e5bd74a49afe3699929d2c5b1676
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css " />
<title>DevDaily - AI Takes Over</title>

</head>
Expand All @@ -13,7 +14,7 @@

<container class="container">

<headerLogo class="header_logo">
<header class="header_logo">

<img id="img" src="img/logos/dedaily_logo.png" width="800" height="150" alt="DevDaily Logo">

Expand All @@ -24,6 +25,7 @@
<info class="pub-info_details">
<span>Volume 88 | Issue 12</span>
</info>
<br>

<header class="pub-info_date">
January 04, 2026
Expand All @@ -33,7 +35,7 @@

</container>

</containerLogo>
</container>

<main class="main module">

Expand Down Expand Up @@ -89,13 +91,13 @@ <h2>Scientists All Over the World are Investigating - How Did This Happen?</h2>
<div class="byline_name"><em>By: Meg A. Hertz</em></div>

</div>

<p>Researchers are now working around the clock to uncover the root cause of this unprecedented event, which has disrupted daily life and left entire industries scrambling for solutions. Early investigations are focusing on the possibility of a rogue algorithm, a scenario where a single AI system developed unexpected capabilities and triggered a chain reaction across interconnected networks. However, many experts caution that this explanation might be too simplistic given the widespread and coordinated nature of the incident.</p>

<div class="main-sidebar_thumb">

<img src="img\scientists-investigate-cover.jpg" alt="Researchers analyzing AI data" width="450" height="250">
<br>


<span class="caption">Researchers analyzing AI data - Photo By. Te Me Jonesy</span>

Expand Down