-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
150 lines (140 loc) · 7.06 KB
/
404.html
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<title>404 — PHP-ES — PHP Espírito Santo</title>
<meta charset="utf-8">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PHP-ES - Grupo de PHP do Espírito Santo">
<meta name="keywords" content="php, phpes, grupo, espirito santo, php7, dicas, tutoriais, notícias, blog">
<meta name="robots" content="noindex, follow">
<meta property="og:url" content="https://www.phpes.org" />
<meta property="og:title" content="PHP-ES" />
<meta property="og:description" content="PHP Espírito Santo" />
<meta property="og:image" content="https://www.phpes.org/images/og-image.png" />
<link rel="stylesheet" href="https://www.phpes.org/css/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/styles/default.min.css">
<link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/agate.css">
<link href="https://www.phpes.org/css/style.css" rel="stylesheet" type="text/css" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="https://www.phpes.org/images/elephant-mini.png">
<link rel="stylesheet" href="https://www.phpes.org/components/highlightjs/styles/github.css" />
<link rel="alternate" type="application/atom+xml" href="https://www.phpes.org/atom.xml" title="PHP-ES activity feed" />
</head>
<body>
<header>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="brand" href="https://www.phpes.org/">PHP-ES</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar-main" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.phpes.org/blog">Arquivo</a></li>
<li><a href="https://www.phpes.org/blog/tags">Tags</a></li>
<li><a href="https://www.phpes.org/about">Sobre</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<div class="col-md-8">
<h2>Page not found</h2> </div>
<div class="col-md-4">
<div class="feature">
<article>
<header>
<h3>Comunidades</h3>
</header>
<div>
<ul>
<li>
<a href="https://phpcomrapadura.org/">
PHP CE
</a>
</li>
<li>
<a href="https://phpdf.org.br/">
PHP DF
</a>
</li>
<li>
<a href="https://phpeste.net">
PHP MA
</a>
</li>
<li>
<a href="https://phpmg.com/">
PHP MG
</a>
</li>
<li>
<a href="https://twitter.com/phpms">
PHP MS
</a>
</li>
<li>
<a href="http://php-pb.net/">
PHP PB
</a>
</li>
<li>
<a href="https://www.phppe.net/">
PHP PE
</a>
</li>
<li>
<a href="https://phppr.org/">
PHP PR
</a>
</li>
<li>
<a href="https://php.rio/">
PHP Rio
</a>
</li>
<li>
<a href="https://www.phprs.com.br/">
PHP RS
</a>
</li>
<li>
<a href="https://phpsp.org.br/">
PHP SP
</a>
</li>
<li>
<a href="https://www.phpsc.com.br/">
PHP SC
</a>
</li>
</ul>
</div>
</article>
</div>
</div>
</div>
<footer class="container">
© 2025 PHP-ES - Grupo de PHP do Espírito Santo
</footer>
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75721006-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>