home.pug 540 Bytes
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
doctype html
html(lang="en")
  head
    style(type="text/css").
      body {
        font-family: monospace;
      }
      .centered {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    title HFT Stuttgart 3DPS
  body
    div(class="centered")
      pre= art
      p This is an impementation of the 3D Portrayal Service.
Athanasios's avatar
Athanasios committed
19
      p For more details visit #[a( href="https://gitlab.com/tomeof/node-3dps", target="_blank" ) https://gitlab.com/tomeof/node-3dps]