17 lines
291 B
HTML
17 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
<link rel="stylesheet" href="css/mobile.css">
|
|
<link rel="icon" href="img/ohm.ico">
|
|
</head>
|
|
<body>
|
|
<h2>
|
|
Patientenverwaltung
|
|
<small>Ein Demoprojekt</small>
|
|
</h2>
|
|
|
|
|
|
</body>
|
|
</html> |