We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efabb6 commit 1bdbf7fCopy full SHA for 1bdbf7f
www/indox.html
@@ -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