Skip to content

Commit c65be45

Browse files
committed
Add title and charset on index.html page
1 parent a7bd0d7 commit c65be45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
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)