add the script to pages.
This commit is contained in:
parent
a77bc12b1c
commit
edf8bd52be
2
404.html
2
404.html
|
@ -7,6 +7,8 @@
|
||||||
<link rel="stylesheet" src="404.css">
|
<link rel="stylesheet" src="404.css">
|
||||||
<link href="css/fonts.css" rel="stylesheet" />
|
<link href="css/fonts.css" rel="stylesheet" />
|
||||||
<title>Page Not Found!</title>
|
<title>Page Not Found!</title>
|
||||||
|
<script src="js/scripts.js"></script>
|
||||||
|
<script src="js/domainChecker.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Not Found!</h1>
|
<h1>Not Found!</h1>
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>In Development</title>
|
<title>In Development</title>
|
||||||
<link href="css/fonts.css" rel="stylesheet" />
|
<link href="css/fonts.css" rel="stylesheet" />
|
||||||
|
<script src="js/scripts.js"></script>
|
||||||
|
<script src="js/domainChecker.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<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>
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
<link href="css/styles.css" rel="stylesheet" />
|
<link href="css/styles.css" rel="stylesheet" />
|
||||||
<link href="css/fonts.css" rel="stylesheet" />
|
<link href="css/fonts.css" rel="stylesheet" />
|
||||||
<script src="js/scripts.js"></script>
|
<script src="js/scripts.js"></script>
|
||||||
|
<script src="js/domainChecker.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Responsive navbar-->
|
<!-- Responsive navbar-->
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
<link href="css/styles.css" rel="stylesheet" />
|
<link href="css/styles.css" rel="stylesheet" />
|
||||||
<!-- Fonts -->
|
<!-- Fonts -->
|
||||||
<link href="css/fonts.css" rel="stylesheet" />
|
<link href="css/fonts.css" rel="stylesheet" />
|
||||||
|
<script src="../js/scripts.js"></script>
|
||||||
|
<script src="../js/domainChecker.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Responsive navbar-->
|
<!-- Responsive navbar-->
|
||||||
|
|
Loading…
Reference in New Issue