Implements per-machine customization for web-app deployment: - Shared web-app source code deployed to all machines - Machine-specific .env files and images - Build helper script to assemble and build on target machines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
No EOL
162 B
HTML
10 lines
No EOL
162 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Web App</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Web App</h1>
|
|
<img src="public/logo.png" alt="Logo">
|
|
</body>
|
|
</html> |