Skip to content

Commit b0e469c

Browse files
committed
Swap main & alt pages
1 parent 1bdbf7f commit b0e469c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

www/index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta nav-title="Main page" />
7-
<title>Document</title>
7+
<title>Peak html "programming"</title>
88
</head>
99
<body>
10-
<button>Hello, World!</button>
11-
<script src="ts/index.js"></script>
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>
1219
</body>
1320
</html>

www/indox.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta nav-title="Alternative main page" />
7-
<title>Peak html "programming"</title>
6+
<meta nav-title="Test page" />
7+
<title>Document</title>
88
</head>
99
<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>
10+
<button>Hello, World!</button>
11+
<script src="ts/index.js"></script>
1912
</body>
2013
</html>

0 commit comments

Comments
 (0)