mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
16 lines
606 B
HTML
16 lines
606 B
HTML
<!-- Custom Alert Using an SVG -->
|
|
<!-- DO NOT FORMAT THIS DOCUMENT -->
|
|
<blockquote>
|
|
<p>
|
|
<span class="icon-span-success"><span class="iconify-inline" data-icon="icon-park-solid:success" data-width="16"
|
|
data-height="16"></span><b> Success:</b>
|
|
<p class="fs-5 fw-300">
|
|
{{ include.content }}
|
|
{% if include.hyper_link != null && include.hyper_link != "" %}
|
|
<a href="{{ include.hyper_link }}" target="_blank">{{ include.description }}</a>
|
|
{% endif %}
|
|
|
|
</p>
|
|
</span>
|
|
</p>
|
|
</blockquote> |