aboutsummaryrefslogtreecommitdiffstats
path: root/faircamp/bio.html
blob: 58291468fa0e3e94c02e9d0ec33e7b127038d20b (plain) (blame)
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
<!DOCTYPE html>
<html >
  <head>
    <title>Velstandsfanden Bio</title>
    <meta charset="utf-8">
    <meta name="description" content="PAGE_HEADING">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="favicon.svg" rel="icon" type="image/svg+xml">
    <link href="favicon_light.png" rel="icon" type="image/png" media="(prefers-color-scheme: light)">
    <link href="favicon_dark.png" rel="icon" type="image/png"  media="(prefers-color-scheme: dark)">
    <link href="styles.css" rel="stylesheet">
  </head>
  <body>
    NAV_BLOCK
    <div class="index_split ">
      <div class="catalog">

        <div class="catalog_info_padded">
          <h1 style="font-size: var(--largest); margin-top: 1rem;">
            PAGE_HEADING
          </h1>
          <p>PAGE_TEXT</p>

          <div class="artists">ARTISTS_BLOCK</div>
        </div>
      </div>

      <div class="releases" id="releases">
        RELEASES_BLOCK
      </div>
    </div>

  </body>
</html>