Untested HTML
This commit is contained in:
parent
72dd60c819
commit
116a209516
9
html/helloworld.html
Normal file
9
html/helloworld.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello World!</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello World!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user