Barebones test site
This commit is contained in:
parent
ba03fa4473
commit
e2408cf277
15 changed files with 429 additions and 0 deletions
26
public/index.html
Normal file
26
public/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue