Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

29 fix image rescale after outlook forwarded #30

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>ThinkR redirection...</title>
<meta charset="UTF-8" />
<script>
window.location.replace("https://ymansiaux.github.io/rencontresR2023/");
window.location.replace("https://meet.thinkr.academy/");
</script>
</head>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion inst/app/www/templates/thinkr/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@
<a href="https://thinkr-open.github.io/signature/" dir="ltr" target="_blank">
<img
src="https://raw.githubusercontent.com/ThinkR-open/signature/main/inst/app/www/templates/thinkr/assets/current_banner.png"
alt="" border="0" style="max-width: 520px;" />
alt="ThinkR banner"
border="0"
height="150"
width="520"
style="max-width:520px;width:520px;height:150px" />
</td>
</tr>
</tbody>
Expand Down