veto

Simple Sinatra voting website.
git clone git://git.knutsen.co/veto
Log | Files | Refs | README | LICENSE

commit f43e5ee5c9749bd94f4acadb1d7b414fec7993d5
parent 4de69fdf6521fde200664cb50d982d553991857d
Author: Fredrik <moi@knutsen.co>
Date:   Sat, 17 Nov 2018 16:14:30 +0000

Merge pull request #20 from Demonstrandum/devel

Add a sitemap.
Diffstat:
Apublic/sitemap.xml | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/public/sitemap.xml b/public/sitemap.xml @@ -0,0 +1,16 @@ +<?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://veto.vote/</loc> + <lastmod>2018-11-17T16:13:09+00:00</lastmod> +</url> + + +</urlset>+ \ No newline at end of file