add the script to pages.

This commit is contained in:
Wes Bryie 2021-11-18 11:05:29 -05:00
parent a77bc12b1c
commit edf8bd52be
4 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<link rel="stylesheet" src="404.css">
<link href="css/fonts.css" rel="stylesheet" />
<title>Page Not Found!</title>
<script src="js/scripts.js"></script>
<script src="js/domainChecker.js"></script>
</head>
<body>
<h1>Not Found!</h1>

View File

@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>In Development</title>
<link href="css/fonts.css" rel="stylesheet" />
<script src="js/scripts.js"></script>
<script src="js/domainChecker.js"></script>
</head>
<body>
<p>This website is in development. Please check back later or contact me if this site had been down for a prolonged period of time.</p>

View File

@ -13,6 +13,7 @@
<link href="css/styles.css" rel="stylesheet" />
<link href="css/fonts.css" rel="stylesheet" />
<script src="js/scripts.js"></script>
<script src="js/domainChecker.js"></script>
</head>
<body>
<!-- Responsive navbar-->

View File

@ -13,6 +13,8 @@
<link href="css/styles.css" rel="stylesheet" />
<!-- Fonts -->
<link href="css/fonts.css" rel="stylesheet" />
<script src="../js/scripts.js"></script>
<script src="../js/domainChecker.js"></script>
</head>
<body>
<!-- Responsive navbar-->