mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-12-05 00:03:55 -05:00
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Building Hypermedia Systems</title>
|
|
<link rel="stylesheet" href="https://the.missing.style">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
{{ content | safe }}
|
|
</main>
|
|
</body>
|
|
</html>
|
|
|