19 lines
481 B
PHP
19 lines
481 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|
|
<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> |