Add Bootstrap.

This commit is contained in:
Kaj Forney 2022-12-06 04:00:49 -07:00
parent 311800a31c
commit cd6595f1f7
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
4 changed files with 18 additions and 1 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -88,7 +88,7 @@ textarea {
========================================================================== */
html {
}
/* ==========================================================================

View file

@ -16,10 +16,13 @@
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<script src="js/bootstrap.min.js"></script>
</head>
<body>

7
js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long