Initial commit

This commit is contained in:
Leonid
2025-02-02 01:45:12 +03:00
commit 710e41ba6a
12 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Getting Started: Serving Web Content</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div>Hello {{name}}!!!</div>
</body>
</html>