mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-12 18:32:02 -07:00
Add Bootstrap.
This commit is contained in:
parent
311800a31c
commit
cd6595f1f7
4 changed files with 18 additions and 1 deletions
7
css/bootstrap.min.css
vendored
Normal file
7
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -88,7 +88,7 @@ textarea {
|
|||
========================================================================== */
|
||||
|
||||
html {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
|
|
@ -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
7
js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue