Files
sandwich-hime/examples/eql-shaped/views/security_probe.sando
T
2026-08-11 20:15:06 -04:00

8 lines
182 B
Plaintext

<?sando go
package views
func SecurityProbe(url string, title string, text string)
?>
<?# SPDX-License-Identifier: 0BSD ?>
<a href="<?= url ?>" title="<?= title ?>"><?= text ?></a>