rejestracja/lekarz.php

19 lines
481 B
PHP
Raw Normal View History

2021-02-01 22:51:05 +01:00
<!DOCTYPE html>
2020-12-06 20:15:35 +01:00
<html>
2021-02-01 22:51:05 +01:00
<head>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
2020-12-06 20:15:35 +01:00
<body>
<h1>Lekarz</h1>
<script type="text/javascript">
function przekierowanie()
{
window.location.replace("../rejestracja/index.php");
}
</script>
<input type="button" value="home" onClick="przekierowanie()">
</body>
</html>