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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||||
<title>Card example</title>
|
<title>Card example</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||||
<title>Card example</title>
|
<title>Card example</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||||
<title>Dropdown example</title>
|
<title>Dropdown example</title>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="../bootstrap-5.1.3-dist/css/bootstrap.min.css">
|
||||||
<title>Table example</title>
|
<title>Table example</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
include_once 'code.php';
|
include_once 'code.php';
|
||||||
?>
|
?>
|
||||||
<style>
|
|
||||||
<?php
|
|
||||||
include_once '../bootstrap-5.1.3-dist/css/bootstrap.min.css';
|
|
||||||
?>
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue