Skip to content

Commit 9868746

Browse files
committed
init commit
0 parents  commit 9868746

File tree

4 files changed

+3498
-0
lines changed

4 files changed

+3498
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
_site

index.njk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>¡Hola Munda!</title>
6+
<meta name="description" content="I built this with 11ty" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
</head>
9+
<body>
10+
<h1>Hello World!</h1>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)