<?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"
>
  <!-- Home Page -->
  <url>
    <loc>https://www.example.com/index.html</loc>
    <lastmod>2025-01-01</lastmod>
    <priority>1.00</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>https://www.example.com/about.html</loc>
    <lastmod>2025-01-01</lastmod>
    <priority>0.80</priority>
  </url>

  <!-- Projects Page -->
  <url>
    <loc>https://www.example.com/projects.html</loc>
    <lastmod>2025-01-01</lastmod>
    <priority>0.80</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://www.example.com/contact.html</loc>
    <lastmod>2025-01-01</lastmod>
    <priority>0.80</priority>
  </url>
</urlset>
