move to pc

This commit is contained in:
SowinskiBraeden committed 2025-05-11 21:24:43 -07:00
1 parent 938bcf0f9a
commit 33e8ef230c
7 files changed
+109 -104

No files matched your search

+11 -18
View File
@@ -1,18 +1,11 @@
<!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 style="padding: 12pt;">
<h3>Hello <%= username %></h3>
<figure>
<img style="width: 400pt;" src="/static/images/<%= name %>.png">
<figcaption><%= name %></figcaption>
</figure>
<br>
<a style="background-color: grey; padding: 6px; margin-top: 12pt;" href="/logout">Logout</a>
</body>
</html>
<%- include("./partials/header") %>
<h3>Hello <%= username %></h3>
<figure>
<img style="width: 400pt;" src="/static/images/<%= name %>.png">
<figcaption><%= name %></figcaption>
</figure>
<br>
<a style="background-color: grey; padding: 6px; margin-top: 12pt;" href="/logout">Logout</a>
<%- include("./partials/footer") %>