feat: add initial HTML example and README documentation
This commit is contained in:
7
html/index.html
Normal file
7
html/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello World</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World</h1>
|
||||
</body>
|
||||
Reference in New Issue
Block a user