Dashboard
Repositories
filestore
Aktivität
Login
dhtools
/
software_bibliothek
Übersicht
Reflog
Commits
Dateibaum
Dokumentation
Forks
Vergleichen
Blame
|
Historie
|
Raw
Add a desktop client that knows what is installed locally
Server-Bibliothek
vor 18 Std.
98bce1b0da675715b2e5482c0ad61ba21135f62f
[dhtools/software_bibliothek.git]
/
desktop
/
frontend
/
src
/
index.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Software-Bibliothek</title>
</head>
<body>
<client-app></client-app>
</body>
</html>