Skip to content

Commit 6e93465

Browse files
author
Daniell Mesquita
committed
Added 4 elements to examples.html
1 parent 85105c9 commit 6e93465

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

examples.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,24 @@
1616
<div class="content">
1717
<article>
1818
<nopehtml><blockquote style="background:#D6D6D6;border-top:1px solid #E7534F;border-bottom:1px solid #E7534F;border-left:10px solid #E7534F;border-right:10px solid #E7534F;border-radius:20px;margin:0 auto;text-align:center"><div style="margin-top: -7px;margin-left: 5px;width: 80px;height: 80px;clear: left;float: left"><img src="rsc/warning.svg" width="80px" height="80px"/></div><h1 style="font-size:40px;margin-top:-5px;margin-bottom:-1px">Aviso</h1><br>Seu navegador não suporta sites construídos em PEHTML. Isso significa que esse site não será exibido corretamente em seu atual navegador. <br><a href="../boat">Baixe o navegador Internet Boat</a> para experimentar todo o poder do PEHTML e aproveitar todos os recursos desse site.</blockquote></nopehtml>
19+
<p>After follow the <a href="index.html#instructions" target="blank">instructions</a>, here is the page for you start inserting elements to your page/app that uses the power of Plasmmer UI Framework!</p>
20+
<h1>Popunders</h1><br/>
21+
<h2>Fullscreen</h2>
22+
<h3>Action to activate</h3>
23+
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin: 6px 41px; width: 372px; height: 16px;">&lt;div onclick="$('#yourpopunder').toggle();return false"&gt;&lt;/div&gt;</textarea>
24+
<h3>Code of popunder (you can add more popunders to container)</h3>
25+
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 504px;height:16px">&lt;div class="popunders"&gt;&lt;div id="yourpopunder" style="display: none;"&gt;&lt;/div&gt;&lt;/div&gt;</textarea>
26+
<br/><h1>Blockquotes</h1><br/>
27+
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 392px;height:16px">&lt;blockquote&gt;&lt;p&gt;Phrase&lt;/p&gt;&lt;span&gt;Creator&lt;/span&gt;&lt;/blockquote&gt;</textarea>
28+
<br/><h1>Paragraphs</h1><br/>
29+
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 392px;height: 28px;">&lt;p&gt;Mussum ipsum cacilds plasmis&lt;/p&gt;
30+
&lt;p&gt;Mussum ipsum cacilds plasmis uis frameworquis&lt;/p&gt;</textarea>
31+
<br/><h1>Headings</h1><br/>
32+
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 392px;height: 44px;">&lt;h1&gt;Heading 1&lt;/h1&gt;
33+
&lt;h2&gt;Heading 2&lt;/h2&gt;
34+
&lt;h3&gt;Heading 3&lt;/h3&gt;
35+
&lt;h4&gt;Heading 4&lt;/h4&gt;
36+
&lt;h5&gt;Heading 5&lt;/h5&gt;
37+
&lt;h6&gt;Heading 6&lt;/h6&gt;</textarea>
1938
</body>
2039
</html>

0 commit comments

Comments
 (0)