A11yWatch/a11ywatch-core

View on GitHub
src/html/img/logo.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const logoSvg = `<a href="https://a11ywatch.com" rel="noopener" style="text-decoration: none; display: flex;">
                                <img src="https://drive.google.com/uc?id=1ZzG7awkfsVM0odGnfr9QTrLDaGaVluoD" alt="A11yWatch logo" width="40" height="40">
                                <strong style="margin-left: 8px; font-size: 1.3rem; color: #000; padding-top: 4px">A11yWatch</strong>
                            </a>`;