-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotfound.thtml
98 lines (91 loc) · 5.53 KB
/
notfound.thtml
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
<!DOCTYPE html>
<html style="font-size: 16px;" lang="fr"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>page non trouvé></title>
<link rel="icon" href="/static/build/images/favicon.ico"/>
<link rel="stylesheet" href="/static/css/nicepage.css" media="screen">
<link rel="stylesheet" href="/static/css/Accueil.css" media="screen">
<script class="u-script" type="text/javascript" src="/static/build/jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="/static/build/nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 5.9.6, nicepage.com">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i">
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"logo": "/static/build/images/images.png"
}</script>
<meta name="theme-color" content="#478ac9">
<meta property="og:title" content="Accueil">
<meta property="og:type" content="website">
<meta data-intl-tel-input-cdn-path="intlTelInput/"></head>
<body data-home-page="Accueil.html" data-home-page-title="Accueil" class="u-body u-xl-mode" data-lang="fr"><header class="u-clearfix u-header u-header" id="sec-720a"><div class="u-clearfix u-sheet u-sheet-1">
<a href="https://nicepage.com" class="u-image u-logo u-image-1" data-image-width="225" data-image-height="225">
<img src="/static/build/images/images.png" class="u-logo-image u-logo-image-1">
</a>
<nav class="u-menu u-menu-one-level u-offcanvas u-menu-1">
<div class="menu-collapse" style="font-size: 1.25rem;">
<a class="u-button-style u-custom-active-color u-nav-link" href="#">
<svg class="u-svg-link" viewBox="0 0 24 24"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-191c"></use></svg>
<svg class="u-svg-content" version="1.1" id="svg-191c" viewBox="0 0 16 16" x="0px" y="0px" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><g><rect y="1" width="16" height="2"></rect><rect y="7" width="16" height="2"></rect><rect y="13" width="16" height="2"></rect>
</g></svg>
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-unstyled u-nav-1"><li class="u-nav-item"><a class="u-active-palette-1-base u-button-style u-nav-link" href="/">Revenir à l'accueil</a>
</li></ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-inner-container-layout u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="index.html">Revenir à l'accueil</a>
</li></ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
<p class="u-align-center u-text u-text-default u-text-1">
<span style="font-size: 1.875rem; font-weight: 700;">Bienvenu sur le site de demonstration de web scraping de lemonlabs.fr</span>.
</p>
</div></header>
<section class="u-clearfix u-section-1" id="sec-514e">
<div class="u-clearfix u-sheet u-sheet-1">
<h6 class="u-text u-text-1">
<span style="font-size: 1.25rem;">La page demandée n'existe pas : ce n'est pas grave.<br>Pour vous aider et ne pas troubler votre collecte, le site retourne un<span style="font-weight: 700;"> code 203</span> plutot qu'un code 404: page not found
</span>
</h6>
<p class="u-text u-text-default u-text-2">Les informations de votre requete sont:</p>
<p class="u-text u-text-default u-text-3"><span style="font-weight: 700;">URL:</span>{{request.url}} <span style="font-weight: 700;"> METHOD:</span> {{request.method}}</p>
<div class="u-table u-table-responsive u-table-1">
<table class="u-table-entity">
<colgroup>
<col width="28.6%">
<col width="71.4%">
</colgroup>
<thead class="u-align-center u-palette-1-base u-table-header u-table-header-1">
<tr style="height: 36px;">
<th class="u-border-1 u-border-grey-dark-1 u-table-cell">header</th>
<th class="u-border-1 u-border-grey-dark-1 u-table-cell">Valeur</th>
</tr>
</thead>
<tbody class="u-table-body">
{% for item, val in request.headers.items() %}
<tr style="height: 46px;">
<td class="u-border-1 u-border-grey-dark-1 u-table-cell">{{item}}</td>
<td class="u-border-1 u-border-grey-dark-1 u-table-cell">{{val}}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</section>
<footer class="u-align-center u-clearfix u-footer u-grey-80 u-footer" id="sec-4cb2"><div class="u-clearfix u-sheet u-sheet-1">
<p class="u-small-text u-text u-text-variant u-text-1">@copyright lemonlabs.fr</p>
</div></footer>
</body></html>