aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/content-blocked.svg
blob: 4bab3a238fbecdf95342e33a6252f0d43c9b36ee (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"
    style="background-color: black">
    <rect x="0" y="0" width="100%" height="100%"/>
    <text 
     x="50%" y="50%" 
     text-anchor="middle" 
     dominant-baseline="middle" 
     style="fill: red; font-size: 50px">Image blocked</text>
</svg>