js und css einbinden

This commit is contained in:
2021-03-03 22:00:04 +01:00
parent 8ba00075f0
commit e91efe81a6
7 changed files with 5 additions and 61 deletions

View File

@ -2,9 +2,9 @@
<head>
<title>RPi Web Server</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="/js/bootstrap.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
</head>
<body>