Game_Dev_Blog/src/index.html
flamez baefed8d75
All checks were successful
On_Push / build (push) Successful in 38s
Update src/index.html
2025-02-12 20:42:09 +00:00

12 lines
216 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Cian's Game Dev Blog</title>
</head>
<body>
<div>
<h1>Hello World!</h1>
<h2></h2>
</div>
</body>
</html>