Rename 1.Helloworld.html to code/Aastha2107.html

This commit is contained in:
Luke Oliff
2018-10-10 10:33:32 +01:00
committed by GitHub
parent 60a7fe4998
commit 2423a35241

11
code/Aastha2107.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>