aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap-icons/docs/layouts/_default/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap-icons/docs/layouts/_default/404.html')
-rw-r--r--vendor/twbs/bootstrap-icons/docs/layouts/_default/404.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap-icons/docs/layouts/_default/404.html b/vendor/twbs/bootstrap-icons/docs/layouts/_default/404.html
new file mode 100644
index 000000000..7da3f1459
--- /dev/null
+++ b/vendor/twbs/bootstrap-icons/docs/layouts/_default/404.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ {{ partial "head" . }}
+ </head>
+ <body class="d-flex flex-column min-vh-100">
+ {{ partialCached "skippy" . }}
+ {{ partialCached "navbar" . }}
+
+ <main class="my-auto p-5" id="content">
+ {{ .Content }}
+ </main>
+
+ {{- partialCached "scripts" . "default" }}
+ </body>
+</html>