Move XML declaration to top of file

XML requires the XML or text declaration to be at the top of the file,
including above comments.
This commit is contained in:
inference 2024-02-20 23:37:17 +00:00
parent f66fa512a3
commit c07f29809f
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Inferencium - Website - Sitemap (XML) -->
<!-- Version: 1.0.0-beta.1 -->
<!-- Version: 1.0.0-beta.2 -->
<!-- Copyright 2024 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">