Merge pull request #32 from ravikesh4/patch-1

added title
This commit is contained in:
Alexandru Dima 2018-11-10 23:23:29 +01:00 committed by GitHub
commit 3e322e5dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>browser-amd-editor</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head> </head>
@ -26,4 +27,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>