move to pc
This commit is contained in:
7 files changed
+109
-104
No files matched your search
+6
-13
@@ -1,13 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>2537 Assignment 1</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>404 - Not found</h1>
|
||||
<a href="/">Home</a>
|
||||
</body>
|
||||
</html>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
<h1>404 - Not found</h1>
|
||||
<a href="/">Home</a>
|
||||
|
||||
<%- include("./partials/footer") %>
|
||||
Reference in new issue
Block a user