super-cool-model / test.svg
Hoseindb's picture
Update test.svg
a082735 verified
<!-- example.svg -->
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript" xlink:href="https://huggingface.co/Hoseindb/super-cool-model/raw/main/alert.js"></script>
<image href="https://via.placeholder.com/100" x="150" y="50" height="100" width="100"/>
<circle cx="200" cy="250" r="50" fill="blue" onclick="showAlert()" />
</svg>