summaryrefslogtreecommitdiff
path: root/hatCollectionWebsite.html
blob: b046a0ca901b77c23e39534c44239ad7690022ac (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
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>Hat Collection Website — Notes</title>
  <meta name="description" content="Notes / file structure for hat collection website." />
  <meta property="og:title" content="Hat Collection Website — Notes" />
  <meta property="og:description" content="Notes / file structure for hat collection website." />
  <meta property="og:image" content="https://www.sillylaird.ca/lain.png" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.sillylaird.ca/hatCollectionWebsite.html" />
  <meta property="og:locale" content="en_US" />
  <meta property="og:locale:alternate" content="ja_JP" />
  <meta property="og:locale:alternate" content="zh_CN" />
  <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:title" content="Hat Collection Website — Notes" />
  <meta name="twitter:description" content="Notes / file structure for hat collection website." />
  <meta name="twitter:image" content="https://www.sillylaird.ca/lain.png" />
  <link rel="canonical" href="https://www.sillylaird.ca/hatCollectionWebsite.html" />
  <link rel="alternate" hreflang="x-default" href="https://www.sillylaird.ca/hatCollectionWebsite.html" />
  <link rel="alternate" hreflang="en" href="https://www.sillylaird.ca/hatCollectionWebsite.html" />
  <link rel="alternate" hreflang="zh" href="https://www.sillylaird.ca/hatCollectionWebsite_zh.html" />
  <link rel="alternate" hreflang="ja" href="https://www.sillylaird.ca/hatCollectionWebsite_jp.html" />
  <link rel="icon" href="/favicon.ico" />

  <link rel="stylesheet" href="/assets/css/site.css" />
  
  
  <script defer src="/assets/js/includes.js"></script>
</head>

<body>
  <a class="skip-link" href="#main">Skip to content</a>

  <div data-include="header"></div>

  <main id="main" class="wrap">
    <section aria-labelledby="hat-title">
      <h1 id="hat-title">Hat Collection Website</h1>
      <p class="muted">Notes / layout sketch.</p>

      <pre class="se7f7a3d62d">
hat-collection-website/
├── index.html
├── styles/
│   └── styles.css
└── scripts/
    └── main.js
      </pre>
    </section>
  </main>

  <div data-include="footer"></div>
</body>
</html>