-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8b094d
commit 43ac717
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 5 additions & 6 deletions
11
lib/dpul_collections_web/controllers/error_html/404.html.heex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]/dist/style.css" /> | ||
<script src="https://unpkg.com/vue@3/dist/vue.global.js"> | ||
</script> | ||
|