-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimprint.html
More file actions
98 lines (90 loc) · 3.71 KB
/
Copy pathimprint.html
File metadata and controls
98 lines (90 loc) · 3.71 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Imprint — DEVPROOF.AI</title>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="assets/fonts.css">
<link rel="stylesheet" href="assets/site.css">
<link rel="icon" type="image/svg+xml" href="assets/mark.svg">
</head>
<body>
<svg width="0" height="0" style="position:absolute" aria-hidden="true">
<defs>
<symbol id="mark" viewBox="0 0 100 100">
<polygon points="30,9 70,9 91,50 70,91 30,91 9,50" fill="#fff" stroke="#1E5BC6" stroke-width="3" stroke-linejoin="round"/>
<polygon points="38,25 62,25 75,50 62,75 38,75 25,50" fill="none" stroke="#1E5BC6" stroke-width="1.3" stroke-linejoin="round" opacity=".3"/>
<path d="M35,51 L46,63 L67,37" fill="none" stroke="#E8641B" stroke-width="7.5" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="64.5" y="33.5" width="6.5" height="6.5" rx="1.2" fill="#E8641B"/>
<rect x="43" y="71.5" width="14" height="2.6" rx="1.3" fill="#1E5BC6"/>
</symbol>
</defs>
</svg>
<header class="site-head">
<div class="wrap">
<a class="lockup" href="index.html">
<svg aria-hidden="true"><use href="#mark"/></svg>
<span>
<span class="lk-word">DEVPROOF<span class="ai">.AI</span></span>
<span class="lk-tag">Own your scalable AI</span>
</span>
</a>
<nav class="site-nav" aria-label="Main">
<a href="index.html#agents">Managed agents</a>
<a href="index.html#hosting">Model hosting</a>
<a href="index.html#components">Components</a>
<a href="docs/index.html">Docs</a>
<a class="gh" href="https://github.com/devproof/devproofai">GitHub ↗</a>
</nav>
</div>
</header>
<div class="wrap docs-grid" style="grid-template-columns:1fr">
<main class="docs-body">
<p class="eyebrow"><span class="eyebrow-line">Legal</span></p>
<h1>Imprint</h1>
<p class="lead">devproof.ai is a private, non-commercial project.</p>
<h2>Provider</h2>
<p>
Carsten Hufe<br>
Karlstr. 23<br>
82140 Olching<br>
Germany
</p>
<p>Contact: via the <a href="contact.html">contact form</a>.</p>
<p>Responsible for the content of this website: Carsten Hufe (address above).</p>
<h2>Liability for links</h2>
<p>This site links to external websites (e.g. GitHub) over whose content we have no
influence; the respective operator is responsible for their content. No unlawful
content was identifiable on the linked pages at the time of linking.</p>
<h2>Copyright</h2>
<p>The content of these pages is subject to copyright. The source code of the
Devproof AI platform is licensed under the Elastic License 2.0 and the Apache
License 2.0 (Python client) — the license texts in the
<a href="https://github.com/devproof/devproofai">repository</a> are authoritative.</p>
</main>
</div>
<footer class="site-foot">
<div class="wrap">
<a class="lockup" href="index.html">
<svg aria-hidden="true"><use href="#mark"/></svg>
<span>
<span class="lk-word">DEVPROOF<span class="ai">.AI</span></span>
<span class="lk-tag">Own your scalable AI</span>
</span>
</a>
<nav aria-label="Footer">
<a href="index.html#agents">Managed agents</a>
<a href="index.html#hosting">Model hosting</a>
<a href="docs/index.html">Docs</a>
<a href="https://github.com/devproof/devproofai">GitHub</a>
<a href="contact.html">Contact</a>
<a href="imprint.html">Imprint</a>
<a href="privacy.html">Privacy</a>
</nav>
<div class="fine">© 2026 devproof.ai — own your scalable AI ∎</div>
</div>
</footer>
<script src="assets/consent.js"></script>
</body>
</html>