start
This commit is contained in:
10
src/_includes/base.njk
Normal file
10
src/_includes/base.njk
Normal file
@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="/assets/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body>
|
||||
1
src/index.njk
Normal file
1
src/index.njk
Normal file
@ -0,0 +1 @@
|
||||
<h1>Home</h1>
|
||||
Reference in New Issue
Block a user