mirror of https://github.com/xfarrow/phpxpress.git
It's not the library's responsability to add style anymore
This commit is contained in:
parent
53e3cbf383
commit
3c972be8fa
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||
<title>Card example</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||
<title>Card example</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||
<title>Dropdown example</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||
<title>Table example</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
<?php
|
||||
include_once 'code.php';
|
||||
?>
|
||||
<style>
|
||||
<?php
|
||||
include_once '../bootstrap-5.1.3-dist/css/bootstrap.min.css';
|
||||
?>
|
||||
</style>
|
||||
?>
|
Loading…
Reference in New Issue