summaryrefslogtreecommitdiff
path: root/tools/skeleton.xhtml
blob: 3e157b7bf98900c3b40842b92ee17a237a5f8529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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>