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

View File

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

View File

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

View File

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

View File

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