Here I have code in our website template to create new account:
<button type="submit" class="action submit primary" title="<?= $block->escapeHtmlAttr(__('Create account')) ?>"><span><?= $block->escapeHtml(__('Create account')) ?></span></button>
I would like to rewrite this code to open an external link, e.g. google after clicking. Can anyone help me?