I have this rmarkdown file:
---
title: "Hi"
author: "me"
date: 'July 2023'
output:
slidy_presentation: default
powerpoint_presentation: default
---
## R Markdown
This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
For a slidy presentation (html),I want to introduce, for example, this logo https://w7.pngwing.com/pngs/574/475/png-transparent-logo-xunit-random-org-randomness-computer-software-logo-github-blue-angle-text.png into the bottom center of the first slide and in the top right of the rest of the slides. Additionaly, I want to add a last slide with the logo in the center of the page.