Files
proxy-lite/templates/index.html
2025-06-26 15:38:02 -04:00

12 lines
131 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Embedded Template</title>
</head>
<body>
<h1>Hello, {{.Name}}!</h1>
</body>
</html>