Initial commit
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
9
public/index.php
Normal file
9
public/index.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
|
||||
|
||||
return function (array $context) {
|
||||
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
|
||||
};
|
||||
BIN
public/og.jpg
Normal file
BIN
public/og.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 372 KiB |
4
public/robots.txt
Normal file
4
public/robots.txt
Normal file
@ -0,0 +1,4 @@
|
||||
sitemap: https://genshin-world.com/sitemap.xml
|
||||
|
||||
User-agent: *
|
||||
Disallow: /7f447c48
|
||||
58
public/sitemap.xml
Normal file
58
public/sitemap.xml
Normal file
@ -0,0 +1,58 @@
|
||||
<?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">
|
||||
<url>
|
||||
<loc>https://genshin-world.com/mondstadt</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://genshin-world.com/dragonspine</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<!--<url>-->
|
||||
<!-- <loc>https://genshin-world.com/golden-apple-archipelago</loc>-->
|
||||
<!-- <lastmod>2022-09-28T00:00:00+00:00</lastmod>-->
|
||||
<!-- <changefreq>weekly</changefreq>-->
|
||||
<!-- <priority>0.90</priority>-->
|
||||
<!--</url>-->
|
||||
<url>
|
||||
<loc>https://genshin-world.com/liyue</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://genshin-world.com/the-chasm</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://genshin-world.com/underground-mines</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.90</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://genshin-world.com/inazuma</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://genshin-world.com/enkanomiya</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://genshin-world.com/sumeru</loc>
|
||||
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user