mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
580 B
HTML
27 lines
580 B
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
</HEAD>
|
||
|
|
||
|
<style>
|
||
|
.setfont { font-size: 10pt; }
|
||
|
</style>
|
||
|
|
||
|
<BODY>
|
||
|
<span class=setfont>
|
||
|
This is a SPAN.<br>
|
||
|
Select from the choices below to learn<br>
|
||
|
more about WICF or to get information<br>
|
||
|
about electrical projects being considered<br>
|
||
|
for Western North America.<br>
|
||
|
</span>
|
||
|
<br>
|
||
|
<br>
|
||
|
<div class=setfont>
|
||
|
This is a DIV.<br>
|
||
|
Select from the choices below to learn<br>
|
||
|
more about WICF or to get information<br>
|
||
|
about electrical projects being considered<br>
|
||
|
for Western North America.<br>
|
||
|
</div>
|
||
|
</BODY>
|
||
|
</HTML>
|