-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
25 lines (25 loc) · 895 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alef:700' rel='stylesheet' type='text/css'>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/zmr.css" rel="stylesheet">
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<title>Template ZMR</title>
</head>
<body>
<div class="wrapper">
<div class="cointainer">
<div class="row-fluid">
<div class="span8 pull-right">
<h1 class="alef">Z - Medical Record System</h1>
<p class="lead no-space">Sistem Informasi Rekam Medis</p>
</div>
</div>
</div>
</div>
</body>
</html>