Move updates.php to own folder
parent
f7953f2920
commit
ae80e640dd
|
@ -6,7 +6,7 @@ Heeper Str. 214<br />
|
|||
33607 Bielefeld</p>
|
||||
|
||||
<h2>Kontakt</h2>
|
||||
<p>Telefon: 0049521 32758570
|
||||
<p>Telefon: 0049521 54383863
|
||||
<br>
|
||||
E-Mail: info [at] marvinjohanning [dot] de</p>
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<h3><a href="links.php" class="menu">Links</a></h3>
|
||||
<p>Links to helpful and interesting websites about Ancient Greek and other things I find interesting.</p>
|
||||
|
||||
<h3><a href="updates.php" class="menu">Updates</a></h3>
|
||||
<h3><a href="/updates/updates.php" class="menu">Updates</a></h3>
|
||||
<p>A page containing updates to my website and my projects; I recommend checking it regularly to see what’s new.</p>
|
||||
</div>
|
||||
|
||||
|
|
22
sitemap.xml
22
sitemap.xml
|
@ -1,11 +1,11 @@
|
|||
<?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">
|
||||
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
|
||||
|
||||
<?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">
|
||||
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
|
||||
|
||||
|
||||
<url>
|
||||
<loc>https://ancient-greek.net/</loc>
|
||||
|
@ -828,7 +828,7 @@
|
|||
<lastmod>2021-07-30T16:03:28+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.51</priority>
|
||||
</url>
|
||||
|
||||
|
||||
</url>
|
||||
|
||||
|
||||
</urlset>
|
|
@ -4,12 +4,12 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="CSS/styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="/CSS/styles.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="An occasionally updated page containing information about new things added.">
|
||||
<title>Updates – ancient-greek.net</title>
|
||||
|
||||
<?php include('header.php'); ?>
|
||||
<?php include('../header.php'); ?>
|
||||
<hr>
|
||||
</head>
|
||||
|
||||
|
@ -119,7 +119,7 @@
|
|||
<p>I have also been working on SEO (Search Engine Optimisation) with tips I received by the helpful owner of <a href="https://koshka.love">Koshka’s Kingdom</a> and have been seeing some tiny impact already. Indeed, as I am using Cloudflare as my DNS, I am able to see how many unique vistors my site gets in a day — and that number has, since the site’s creation, been steadily growing. I am hoping that by the addition of meta tags and titles, I will be able to increase that number further.</p>
|
||||
</div>
|
||||
|
||||
<?php include('footer.php'); ?>
|
||||
<?php include('../footer.php'); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue