This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/examples/simple-s3/website/index.html
Sam Alba 9cab6146ce examples/simple-s3: easier example to understand simple use case
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-11 15:03:28 -07:00

10 lines
134 B
HTML

<html>
</head>
<title>My Simple Website</title>
</head>
<h1>Shopping list</h1>
<li>Salad</li>
<li>Eggs</li>
<li>Potatoes</li>
</html>