Skip to content

Commit 1bdbf7f

Browse files
committed
Add indox.html (alt main page)
1 parent 2efabb6 commit 1bdbf7f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

www/indox.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta nav-title="Alternative main page" />
7+
<title>Peak html "programming"</title>
8+
</head>
9+
<body>
10+
<h1>
11+
Hello! This website was deployed using a custom GitHub Actions workflow.
12+
</h1>
13+
<h2><a href="nav.html">Page navigation (autogenerated)</a></h2>
14+
<h2>
15+
<a href="https://github.com/baerchen201/jubilant-octo-funicular"
16+
>Source code on GitHub</a
17+
>
18+
</h2>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)