Skip to content

Commit 8c8302a

Browse files
Change site title
1 parent 758d8dc commit 8c8302a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33

44
<head>
55
<link rel="stylesheet" href="style.css">
6+
<title>ThePython10110</title>
67
</head>
78

89
<body>
910
<header>
1011
<div class="container">
1112
<a id="a-title" href="https://thepython10110.github.io/">
12-
<h1>./index.html</h1>
13+
<h1>./ ThePython10110.github.io</h1>
1314
</a>
1415
<h2>My GitHub Pages site</h2>
1516

software-on-my-computer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en-US">
33

44
<head>
5+
<title>Software</title>
56
<link rel="stylesheet" href="style.css">
67
<meta property="og:title" content="Software On My Computer">
78
<link rel="canonical" href="https://thepython10110.github.io/software-on-my-computer.html">
@@ -15,7 +16,7 @@
1516
<header>
1617
<div class="container">
1718
<a id="a-title" href="https://thepython10110.github.io/">
18-
<h1>./software-on-my-computer.html</h1>
19+
<h1>./ ThePython10110.github.io</h1>
1920
</a>
2021
<h2>My GitHub Pages site</h2>
2122

0 commit comments

Comments
 (0)