8 lines
182 B
Plaintext
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>
|