Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commit on "master"
  • Loading branch information
asm14011 committed Jan 23, 2020
1 parent 52f0797 commit f617a6e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
14 changes: 13 additions & 1 deletion about.html
@@ -1 +1,13 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>About</h1>

</body>
</html>
21 changes: 10 additions & 11 deletions index.html
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<title>Index.Html</title>
<meta charset="utf-8">
</head>

<body>
<h1>I Love HTML5</h1>
</body>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>I Love HTML 5!</h1>
</body>
</html>

0 comments on commit f617a6e

Please sign in to comment.