-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalidator.html
More file actions
52 lines (51 loc) · 3.28 KB
/
Copy pathvalidator.html
File metadata and controls
52 lines (51 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Validator</title>
</head>
<body>
<h1>Peer Validator</h1>
<section>
<h2>lighthouse</h2>
<a href="https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fpeerapp.de%2Findex.html&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#">lighthouse > index.html</a>
<br />
<a href="https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fpeerapp.de%2Fadvertisers.html&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#">lighthouse > advertisers.html</a>
<br />
<a href="https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fpeerapp.de%2Fabout.html&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#">lighthouse > about.html</a>
<br />
<a href="https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fpeerapp.de%2Fevents.html&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#">lighthouse > events.html</a>
<br />
<a href="https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fpeerapp.de%2Fblog.html&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#">lighthouse > blog.html</a>
<br />
</section>
<section>
<h2>html</h2>
<a href="https://validator.w3.org/nu/?showsource=yes&showoutline=yes&showimagereport=yes&doc=https%3A%2F%2Fpeerapp.de%2Findex.html">Nu Html Checker > index.html</a>
<br />
<a href="https://validator.w3.org/nu/?showsource=yes&showoutline=yes&showimagereport=yes&doc=https%3A%2F%2Fpeerapp.de%2Fadvertisers.html">Nu Html Checker > advertisers.html</a>
<br />
<a href="https://validator.w3.org/nu/?showsource=yes&showoutline=yes&showimagereport=yes&doc=https%3A%2F%2Fpeerapp.de%2Fabout.html">Nu Html Checker > about.html</a>
<br />
<a href="https://validator.w3.org/nu/?showsource=yes&showoutline=yes&showimagereport=yes&doc=https%3A%2F%2Fpeerapp.de%2Fevents.html">Nu Html Checker > events.html</a>
<br />
<a href="https://validator.w3.org/nu/?showsource=yes&showoutline=yes&showimagereport=yes&doc=https%3A%2F%2Fpeerapp.de%2Fblog.html">Nu Html Checker > blog.html</a>
<br />
</section>
<section>
<h2>css</h2>
<a href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fpeerapp.de%2Findex.html&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=de">CSS Validator > index.html</a>
<br />
</section>
<section>
<h2>Security Headers</h2>
<a href="https://securityheaders.com/?q=https%3A%2F%2Fpeerapp.de%2Fevents.html&followRedirects=on">Security Headers > events.html</a>
<br />
</section>
<section>
<h2>seo</h2>
<a href="https://seorch.de/result-check/peerapp-de-2025-01-16-05-84-93.html">seorch 2025-01-16</a>
</section>
</body>
</html>