Skip to content

Commit 28bbac7

Browse files
author
Daniell Mesquita
committed
Better examples.html page
1 parent baf254a commit 28bbac7

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

examples.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="pt-br">
43
<head>
5-
<browsertab color="#CD5C5C">
6-
<icon src="icon.svg">
7-
<title color="#CD5C5C">Plasmmer UI Examples</title>
8-
<meta name="pehtml" content="true">
9-
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
10-
<meta name="directory" content="rsc">
11-
<meta name="description" content="HTML5 Framework, Web Framework, Web UI Framework" />
4+
<link rel="stylesheet" type="text/css" href="rsc/common.css">
5+
<link rel="icon" href="icon.png" />
6+
<browsertab color="#CD5C5C">
7+
<icon src="icon.svg">
8+
<title color="#CD5C5C">Plasmmer UI Examples</title>
9+
<meta name="pehtml" content="true">
10+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
11+
<meta name="directory" content="rsc">
12+
<meta name="description" content="HTML5 Framework, Web Framework, Web UI Framework, Site Framework, App Framework" />
1213
</head>
13-
1414
<body>
15-
<header id="header" style="background: #FFD700">
16-
</header>
17-
<nopehtml><blockquote style="padding: 10px; background: #D6D6D6;border-left: 10px solid #E7534F;border-right: 10px solid #E7534F;border-radius: 20px;font-family: Arial;color: #585b55;font-size: 12px;font-weight: bold;margin: 0 auto;text-align: center;"><div style="margin-top: -7px;margin-left: 5px;width: 80px;height: 80px;clear: left;float: left"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" width="80" height="80" viewBox="0 0 32 32"><g></g><path d="M31.219 28.771l-14.253-25.010c-0.197-0.346-0.566-0.558-0.966-0.558s-0.768 0.213-0.966 0.558l-14.251 25.010c-0.194 0.339-0.19 0.754 0.008 1.090s0.563 0.542 0.957 0.542h28.504c0.39 0 0.757-0.206 0.957-0.542 0.198-0.336 0.202-0.75 0.011-1.090zM17.76 27.203h-3.52v-3.2h3.52v3.2zM17.76 21.603h-3.52v-9.6h3.52v9.6z" fill="#e7534f"></path></svg></div><h1 style="font-size: 40px; font-weight: bold;color: #5B6ED6;margin-top: -5px;margin-bottom: -15px;float: center">Aviso</h1><br>Seu
18-
navegador não suporta sites construídos em PEHTML. Isso significa que
19-
esse site não será exibido corretamente em seu atual navegador. <br><a href="http://plasmmer.com/boat">Baixe o navegador Internet Boat</a> para experimentar todo o poder do PEHTML e aproveitar todos os recursos desse site.</blockquote></nopehtml>
15+
<header><logo/></header>
16+
<div class="content">
17+
<article>
18+
<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>
2019
</body>
21-
2220
</html>

0 commit comments

Comments
 (0)