generated from Skynet/deploy_user
30 lines
No EOL
1.2 KiB
HTML
30 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="Test.css">
|
|
<meta charset="UTF-8">
|
|
<title>CS4043 project</title>
|
|
</head>
|
|
<body>
|
|
<h1>CS4043 Project</h1>
|
|
<p><a href="./index.html">Return to Home Page</a></p>
|
|
<p>I had minimal involvement in the actual programming of this project, but I understand the bones of the code and would be able to explain it should that be required.</p>
|
|
<p><a href="https://college_ec.gitlab.io/sem2/cs4043-project-group/prototype-brendan-godot-02/">CURRENTLY BROKEN</a></p>
|
|
<p><a href="https://gitlab.com/college_EC/completed_projects/prototype-brendan-godot-02">Repository</a></p>
|
|
<footer>
|
|
<p>
|
|
2022-<span id="year">2022</span> | Eoghan Conlon | Email:
|
|
<a href = "mailto:hello@eoghanconlon.ie">hello@eoghanconlon.ie
|
|
</a>
|
|
| Discord: eoghanconlon74#1132 | Gitlab:
|
|
<a href = "https://gitlab.com/eoghanconlon73">
|
|
@eoghanconlon73
|
|
</a>
|
|
</p>
|
|
</footer>
|
|
<script>
|
|
/* I am a lazy fucker */
|
|
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
|
</script>
|
|
</body>
|
|
</html> |