Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Jan 10, 2025
1 parent d8b094d commit 43ac717
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/dpul_collections_web/controllers/error_html/404.html.heex
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<%# Note that we do not render templates through our application layout.
This is to avoid circular errors. %>

<%!-- Note that we do not render templates through our application layout.
This is to avoid circular errors. --%>
<!DOCTYPE html>
<html lang="en" class="[scrollbar-gutter:stable]">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DpulCollections</title>
<link rel="stylesheet" href="/assets/app.css"/>
<link rel="stylesheet" href="/assets/app.css" />
<link rel="stylesheet" href="https://unpkg.com/lux-design-system@6.0.0/dist/style.css" />
<script src="https://unpkg.com/vue@3/dist/vue.global.js">
</script>
Expand Down

0 comments on commit 43ac717

Please sign in to comment.