Skip to content

Commit d5fcf8f

Browse files
committed
chore: remove unused Bootstrap CSS and update script source
- Removed the Bootstrap CSS link as it was not utilized in the project and caused connection issues. - Updated the script source for GoatCounter to use HTTPS for improved security.
1 parent a4ef3e6 commit d5fcf8f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
99
<meta http-equiv="Pragma" content="no-cache">
1010
<meta http-equiv="Expires" content="0">
11-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
11+
<!-- Bootstrap CSS removed - not used in project, was causing ERR_CONNECTION_TIMED_OUT -->
12+
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> -->
1213
<!--
1314
Standard Asset Structure:
1415
./assets/
@@ -22,7 +23,7 @@
2223
<link rel="icon" href="./favicon.ico" type="image/x-icon">
2324

2425
<script data-goatcounter="https://rogerspyke.goatcounter.com/count"
25-
async src="//gc.zgo.at/count.js"></script>
26+
async src="https://gc.zgo.at/count.js"></script>
2627
</head>
2728

2829
<body>

0 commit comments

Comments
 (0)