It's not the library's responsability to add style anymore

This commit is contained in:
Alessandro Ferro 2022-07-19 08:22:20 +02:00
parent 53e3cbf383
commit 3c972be8fa
5 changed files with 5 additions and 7 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -1,8 +1,3 @@
<?php
include_once 'code.php';
?>
<style>
<?php
include_once '../bootstrap-5.1.3-dist/css/bootstrap.min.css';
?>
</style>
?>