mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Add correct quotation marks
This commit is contained in:
parent
f1b47971f7
commit
fdcf6405fc
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
<html id="home" lang="en">
|
<html id="home" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>MIT License</title>
|
<title>MIT License</title>
|
||||||
<meta charset=utf-8>
|
<meta charset="utf-8">
|
||||||
<meta name=viewport content="width=device-width, initial-scale=0.7">
|
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
||||||
<!--
|
<!--
|
||||||
Welcome fellow open source developer. This project is here for you to
|
Welcome fellow open source developer. This project is here for you to
|
||||||
link to if you're like me and keep forgetting to include the
|
link to if you're like me and keep forgetting to include the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue