15 lines
550 B
HTML
15 lines
550 B
HTML
|
<h1>Anchor tests</h1>
|
||
|
|
||
|
<p>
|
||
|
Visit http://openiaml.org or <a href="http://openiaml.org">openiaml.org</a> or <a href="http://openiaml.org">http://openiaml.org</a>.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
To visit with SSL, visit https://openiaml.org or <a href="https://openiaml.org">openiaml.org</a> or <a href="https://openiaml.org">https://openiaml.org</a>.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
To mail, email support@openiaml.org or mailto:support@openiaml.org
|
||
|
or <a href="mailto:support@openiaml.org">support@openiaml.org</a> or <a href="mailto:support@openiaml.org">mailto:support@openiaml.org</a>.
|
||
|
</p>
|