mirror of
https://github.com/xfarrow/phpxpress.git
synced 2025-06-05 21:59:21 +02:00
It's not the library's responsability to add style anymore
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user