mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
The installation page uses the custom bootstrap style.
This commit is contained in:
parent
ab7ba646a8
commit
6d404b0a9a
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
<title>Installation | Easy!Appointments</title>
|
<title>Installation | Easy!Appointments</title>
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
|
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
|
||||||
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/vendor/bootstrap/bootstrap.min.css') ?>">
|
|
||||||
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/vendor/jquery-ui-dist/jquery-ui.min.css') ?>">
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/vendor/jquery-ui-dist/jquery-ui.min.css') ?>">
|
||||||
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/bootstrap.min.css') ?>">
|
||||||
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/general.css') ?>">
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/general.css') ?>">
|
||||||
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/pages/installation.css') ?>">
|
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/pages/installation.css') ?>">
|
||||||
</head>
|
</head>
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<button type="button" id="install" class="btn btn-primary btn-lg">
|
<button type="button" id="install" class="btn btn-primary">
|
||||||
<i class="icon-white icon-ok me-2"></i>
|
<i class="icon-white icon-ok me-2"></i>
|
||||||
Install Easy!Appointments
|
Install Easy!Appointments
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue