-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (64 loc) · 1.99 KB
/
index.html
File metadata and controls
83 lines (64 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Simples Consultoria
http://www.simplesconsultoria.com.br
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br" dir="ltr">
<head>
<!-- content -->
<title>Page Title</title>
<!-- icons -->
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="static/touch_icon.png">
<!-- styles -->
<link type="text/css" rel="stylesheet" href="static/style.css" />
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<script language="JavaScript" SRC="static/function.js"></script>
<body >
<!-- Accessibility -->
<div id="accessibility"> </div>
<!-- User -->
<div id="user">
<ul>
<li><a href="#" title="Login">Login</a></li>
</ul>
</div>
<div id="wrapper">
<!-- Header -->
<div id="header" role="banner">
<div id="logo">
<a href="#" title="#"><img src="static/my-logo.png" alt="Portal Title" /></a>
</div>
<!-- Search -->
<div id="search" role="search">
<form>search</form>
</div>
<div class="clear"> </div>
<!-- Main Menu -->
<div id="searchbt"><a>search</a></div>
<div id="nav" role="navigation">
<span id="seletor" onclick="void(0)">Sections</span>
<ul>
<li><a href="#" title="Link name">Section 1</a></li>
<li><a href="#" title="Link name">Section 2</a></li>
<li><a href="#" title="Link name">Section 3</a></li>
</ul>
</div>
</div>
<!-- Columns -->
<div id="main" role="main">
<div id="content">
Columns
</div>
<div class="clear"> </div>
</div>
<!-- Footer -->
<div id="footer" role="contentinfo"><div>
<p id="siteactions"></p>
<p><span id="footer-info"></span> This Plone Theme brought to you by <a href="http://www.simplesconsultoria.com.br">Simples Consultoria</a>.</p>
</div>
</div>
</div>
<noscript>No script</noscript>
</body>
</html>