Skip to content

Commit

Permalink
Merge pull request #33 from Rutger505/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Rutger505 authored Dec 5, 2023
2 parents d307851 + d501c00 commit 2e6dbad
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 44 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/docker-image.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# This file is not used yet
docker-compose.yml

node_modules/
.idea
4 changes: 0 additions & 4 deletions Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions docker-compose.yml

This file was deleted.

18 changes: 18 additions & 0 deletions src/error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rutger Pronk - Portfolio</title>

<link rel="stylesheet" href="style/main.css" />
<!-- document icons -->
<link rel="icon" href="img/website-icon.svg" type="image/svg+xml" />
<link rel="icon" href="img/website-icon.png" type="image/png" />
</head>
<body class="bg-primary min-h-screen">
<div class="flex justify-center items-center mt-24 flex-col">
<h1 class="text-text text-xl">Page not found</h1>
<a href="/index.php" class="text-text rounded bg-accent mt-6 p-4">Go back</a>
</div>
</body>
</html>

0 comments on commit 2e6dbad

Please sign in to comment.