Skip to content

Commit 84ebc1e

Browse files
authored
Add favicon.ico and fix title casing (#71)
1 parent eeced3d commit 84ebc1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

favicon.ico

1.12 KB
Binary file not shown.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<html lang="en">
99
<head>
1010
<meta charset="utf-8">
11-
<title>CodeMeta generator</title>
11+
<title>CodeMeta Generator</title>
1212
<script src="./js/utils.js"></script>
1313
<script src="./js/fields_data.js"></script>
1414
<script src="./js/dynamic_form.js"></script>
@@ -21,7 +21,7 @@
2121
</head>
2222
<body>
2323
<header>
24-
<h1>CodeMeta generator v3.0</h1>
24+
<h1>CodeMeta Generator v3.0</h1>
2525
</header>
2626

2727
<main>
@@ -165,7 +165,7 @@ <h1>CodeMeta generator v3.0</h1>
165165
placeholder="https://travis-ci.org/You/RepoName" />
166166
</p>
167167

168-
<p title="Link to a place for users/developpers to report and manage bugs (JIRA, GitHub issues, etc.)">
168+
<p title="Link to a place for users/developers to report and manage bugs (JIRA, GitHub issues, etc.)">
169169
<label for="issueTracker">Issue tracker</label>
170170
<input type="URL" name="issueTracker" id="issueTracker"
171171
placeholder="https://github.com/You/RepoName/issues" />

0 commit comments

Comments
 (0)