-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (52 loc) · 2.28 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home ‒ devicez.de</title>
<meta name="viewport" content="initial-scale=1"/>
<meta name="description" content="Free & open-source device management system"/>
<meta property="og:url" content="https://devicez.de/"/>
<meta property="og:title" content="Home ‒ devicez.de"/>
<meta property="og:description" content="Free & open-source device management system"/>
<meta property="og:image" content="https://devicez.de/assets/img/logo.png"/>
<meta property="og:type" content="website"/>
<meta property="og:locale" content="en_US"/>
<link rel="shortcut icon" type="image/webp" href="assets/img/logo.webp"/>
<link rel="stylesheet" href="/assets/css/style.css">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.elektronisch.dev/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div style="text-align: center;">
<img src="assets/img/logo.webp" width="256" height="256" alt="Logo"/>
</div>
<h1>DeviceZ</h1>
<h2>More is soon to come!</h2>
<p>
Hey there! We would like to create a free (as in freedom) and open-source device management system licensed under the
<a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>.
I'm glad you're interested in this project. Currently, there is no active work on this project. But feel free to
follow our <a href="https://github.com/DevicezApp" target="_blank">GitHub organization</a> to stay up to date.
</p>
<footer>
<p>© devicez.de - All rights reserved.<br/>
<small>
<a href="https://github.com/DevicezApp/website" target="_blank">Source on GitHub</a> ‒
<a href="/legal">Legal Notice</a>
</small>
</p>
</footer>
</body>
</html>