Skip to content

Commit 3ef4ea5

Browse files
authored
Merge pull request #1418 from spk/validate-index.html
Add title and charset on index.html page
2 parents 0ef0f12 + c65be45 commit 3ef4ea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Ruby Programming Language</title>
5+
<meta charset="utf-8">
46
<script type="text/javascript">
57
var languages = {
68
"bg": "bg",

0 commit comments

Comments
 (0)