Merge pull request #225 from Aastha2107/master

Add files via upload
This commit is contained in:
Josh Cunningham 2018-10-09 08:42:16 -07:00 committed by GitHub
commit ea94f7609d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
1.Helloworld.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>my first webpage</title>
</head>
<body>
<p>hello world!</p>
</body>
</html>