We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23b726 commit 982cb6aCopy full SHA for 982cb6a
1 file changed
pages/welcome.php
@@ -11,7 +11,7 @@
11
<title>Welcome</title>
12
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/lux/bootstrap.min.css" integrity="sha384-9+PGKSqjRdkeAU7Eu4nkJU8RFaH8ace8HGXnkiKMP9I9Te0GJ4/km3L1Z8tXigpG" crossorigin="anonymous">
13
<link rel="stylesheet" href="https://unpkg.com/bootstrap-darkmode@0.7.0/dist/darktheme.css" />
14
- <style type="text/css">
+ <style>
15
body {
16
font: 14px sans-serif;
17
text-align: center;
@@ -34,7 +34,6 @@
34
35
<?php
36
include("tools/password-generator-post.php");
37
- include("tools/footer.php");
38
?>
39
</body>
40
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
0 commit comments