mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
21 lines
490 B
HTML
21 lines
490 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Client (with microformats2)</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Link to another client, marked up using h-x-app -->
|
|
<p class="h-x-app">
|
|
<a class="u-url p-name" href="https://another.example">Another client</a>
|
|
</p>
|
|
|
|
<!-- Logo linking to homepage of this client, marked up using h-x-app -->
|
|
<p class="h-x-app">
|
|
<a class="u-url p-name" href="/">
|
|
<img class="u-logo p-name" src="/assets/icon.svg" alt="Example client">
|
|
</a>
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|