generated from Skynet/deploy_user
This commit is contained in:
parent
b49e28c662
commit
a3a80683f3
1 changed files with 44 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue