File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < script >
6+ // SPA redirect trick for GitHub Pages
7+ // Stores the full path in sessionStorage, then redirects to root
8+ var path = window . location . pathname + window . location . search + window . location . hash ;
9+ sessionStorage . setItem ( 'redirect' , path ) ;
10+ window . location . replace ( '/' ) ;
11+ </ script >
12+ </ head >
13+ < body > </ body >
14+ </ html >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
2+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://www.sitemaps.org/schemas/sitemap/0.9
5+ http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" >
36 <url >
47 <loc >https://skt329.github.io/</loc >
58 <lastmod >2026-05-15</lastmod >
69 <changefreq >monthly</changefreq >
710 <priority >1.0</priority >
811 </url >
9- <url >
10- <loc >https://skt329.github.io/#projects</loc >
11- <lastmod >2026-05-15</lastmod >
12- <changefreq >monthly</changefreq >
13- <priority >0.9</priority >
14- </url >
15- <url >
16- <loc >https://skt329.github.io/#skills</loc >
17- <lastmod >2026-05-15</lastmod >
18- <changefreq >monthly</changefreq >
19- <priority >0.7</priority >
20- </url >
2112</urlset >
You can’t perform that action at this time.
0 commit comments