21 lines
661 B
PHP
21 lines
661 B
PHP
<?php session_start(); ?>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>MDIS</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<?php include 'navbar.php'; ?>
|
|
<main>
|
|
<section class="hero">
|
|
<div class="hero-inner">
|
|
<h1>MDIS</h1>
|
|
<h2>MDIS es un sistema de información que permite gestionar una consulta médica.</h2>
|
|
</div>
|
|
</section>
|
|
<main>
|
|
</body>
|