owlboard-svelte/src/lib/images/large-logo.svelte
Fred Boniface e2d107caa8 Implementation of:
- Authenticated PIS
  - Report Issue
  - About Page
2023-06-26 15:34:01 +01:00

10 lines
184 B
Svelte

<img src="/images/logo/wide_logo.svg" alt="Logo">
<style>
img {
width: 50%;
max-width: 250px;
margin-top: 55px;
margin-bottom: 55px;
}
</style>