This commit is contained in:
Luke Oliff
2018-09-13 13:25:13 +01:00
parent 0610d02da9
commit f2d6f20830
3 changed files with 20 additions and 0 deletions

8
code/lukeoliff.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<head>
<title>HTML Example</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>