is this going to work?
All checks were successful
On_Push / build (push) Successful in 39s

This commit is contained in:
p2949 2025-02-02 18:11:20 +00:00
parent b49e28c662
commit a3a80683f3

View file

@ -1,12 +1,52 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title></title> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" type="image/png" href="images/icon.png">
<title>Game Dev Blog</title>
</head> </head>
<body> <body>
<div> <div id="container">
<h1>iCARLOS CARLOS <h1> <hr>
<h2>All hail Skynet!!</h2>
<h1>Game dev Blog</h1>
<p>
This is just a simple website with reports talking about the
work that I did in the project for the module CS4043 (Games Modelling Design).
</p>
<p>
Hosted in Skynet thanks to UL's computer society.
</p>
<hr>
<h2>Pages</h2>
<ul>
<li>
<strong><a href="personal.html">Personal Introduction:
</a></strong>
Just a short intro to who I am.
</li>
<li>
<strong><a href="game.html">Dev Diaries: </a></strong>
The weekly reports about the project.
</li>
<li>
<strong><a href="other.html">Source files and Credits: </a></strong>
Links to all the source files and crediting everything I didn't make myself.
</li>
</ul>
<hr>
<h2>About This Project</h2>
<p>
This project is a collaborative effort to create a functional game in twelve
weeks
</p>
</div> </div>
</body> </body>
</html> </html>