This commit is contained in:
Wes Bryie 2021-11-17 12:54:25 -05:00
parent f74453270e
commit 74ce6ae77d
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Copyright *my code only, not the bootstrap parts* Wesley Bryie, 2021.-->
<!-- Copyright *my code only, anything that is not my code is published and copyrighted by their respective owners* Wesley Bryie, 2021.-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
@ -12,6 +12,7 @@
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/fonts.css" rel="stylesheet" />
<script src="js/scripts.js"></script>
</head>
<body>
<!-- Responsive navbar-->

View File

@ -4,4 +4,6 @@
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-bare/blob/master/LICENSE)
*/
// This file is intentionally blank
// Use this file to add JavaScript to your project
// Use this file to add JavaScript to your project
console.log("Copyright *my code only, anything that is not my code is published and copyrighted by their respective owners* Wesley Bryie, 2021.")