summaryrefslogtreecommitdiff
path: root/tools/skeleton.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skeleton.xhtml')
-rw-r--r--tools/skeleton.xhtml46
1 files changed, 0 insertions, 46 deletions
diff --git a/tools/skeleton.xhtml b/tools/skeleton.xhtml
deleted file mode 100644
index 3e157b7..0000000
--- a/tools/skeleton.xhtml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"
- prefix="dc: http://purl.org/dc/terms/
- rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
- schema: http://schema.org/
- foaf: http://xmlns.com/foaf/0.1/
- dbr: http://dbpedia.org/resource/
- home: https://defanor.uberspace.net/"
- typeof="dc:Text schema:Article foaf:Document">
- <head>
- <title property="dc:title schema:name foaf:name">FILL ME</title>
- <meta name="robots" content="noarchive" />
- <meta name="description"
- property="dc:description schema:description"
- content="FILL ME" />
- <meta name="keywords"
- property="schema:keywords"
- content="FILL ME" />
- <meta property="dc:created schema:dateCreated"
- datatype="schema:Date"
- content="FILL ME" />
- <meta property="dc:issued schema:datePublished"
- datatype="schema:Date"
- content="FILL ME" />
- <meta property="dc:modified schema:dateModified"
- datatype="schema:Date"
- content="FILL ME" />
- <link property="dc:subject schema:about foaf:primaryTopic"
- href="FILL ME" />
- <link property="dc:creator schema:creator foaf:maker"
- href="../foaf.rdf#me" />
- <link property="dc:isPartOf schema:isPartOf"
- href="https://defanor.uberspace.net/" />
- <link rel="stylesheet" title="Dark, blueish"
- href="../xhtml-rdfa-dark.css" />
- <link rel="alternate stylesheet" title="No colourisation"
- href="../xhtml-rdfa.css" />
- <link rel="alternate stylesheet" title="Light, beige"
- href="../xhtml-rdfa-light.css" />
- </head>
-
- <body>
- FILL ME
- </body>
-</html>