26 lines
558 B
HTML
26 lines
558 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.127.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Test Site</title>
|
|
|
|
<link rel=stylesheet href=http://localhost:1313/css/system.css>
|
|
|
|
</head>
|
|
<body>
|
|
<main>
|
|
|
|
<h1>Hello world!</h1>
|
|
|
|
</main>
|
|
</body>
|
|
<style>
|
|
main {
|
|
p {
|
|
margin-block: var(--spacing-l);
|
|
}
|
|
}
|
|
</style>
|
|
</html>
|