Skip to content

Commit

Permalink
Changed content to default
Browse files Browse the repository at this point in the history
  • Loading branch information
astralicht committed May 27, 2021
1 parent 04cdb16 commit 47afe1b
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions modules/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@
<html lang='en'>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> O-Dent | Digital Records </title>
<title> home Index </title>
<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../modules/global.css">
<link rel="stylesheet" href="../modules/home/index.css">
<style>
html, body {
margin: 0;
height: 100%;
width: 100%;
}

body {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
</style>
</head>
<body>
<div class="container">
<h1> o-dent </h1>
<p class="fore-dark"> Manage your patient records with ease. </p>
<a href="#" class="button button-outline"> Register </a>
<a href="../dashboard/index" class="button button-fill"> To Dashboard </a>
</div>
<h1> home Index </h1>

<script src="../modules/home/index.js"></script>
</body>
Expand Down

0 comments on commit 47afe1b

Please sign in to comment.