summaryrefslogtreecommitdiff
path: root/Pages/_Host.cshtml
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-19 00:36:30 +1000
committerJake Mannens <jake@asger.xyz>2023-08-19 00:36:30 +1000
commitdfff79815acc86c02dd94716098d409d3fe46ab7 (patch)
treeefb5d4176a9b094b3b40b1a968789931cc861d54 /Pages/_Host.cshtml
parenta57b6ea2e174cedb04a422a05a180f377ed4c448 (diff)
Added basic search engine functionality
Diffstat (limited to 'Pages/_Host.cshtml')
-rw-r--r--Pages/_Host.cshtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pages/_Host.cshtml b/Pages/_Host.cshtml
index e01b94d..e519d57 100644
--- a/Pages/_Host.cshtml
+++ b/Pages/_Host.cshtml
@@ -12,6 +12,7 @@
<link href="/styles/global.css" rel="stylesheet" />
<link href="/favicon.ico" rel="icon" />
<link href="/manifest.webmanifest" rel="manifest" />
+ <script src="~/_content/BlazorInputFile/inputfile.js"></script>
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
</head>
<body>