-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
23 lines (17 loc) · 725 Bytes
/
app.html
File metadata and controls
23 lines (17 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<title>WebPZE | V2020</title>
<link rel="stylesheet" href="codebase/webix.css" type="text/css">
<script src="codebase/webix.js" type="text/javascript"></script>
<link href="codebase/skins/material.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app" align="center" >
<p align="center" style="margin:20px 50px">
<img id="Image1" alt="Logo" src="./img/druseidt_logo.png" /><br>
<font face="Verdana", color="#c0c0c0" size="5">Personalzeiterfassung</font>
</div>
<script src="client/app.js" type="text/javascript"></script>
</body>
</html>