mirror of
https://github.com/DeNNiiInc/Website-Stress-Test.git
synced 2026-04-17 12:36:00 +00:00
Enhance Git Info visibility and force cache refresh
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/>
|
||||
<title>Beyond Cloud Technology - Website Stress Test</title>
|
||||
<link rel="icon" type="image/png" href="Logo.png" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<link rel="stylesheet" href="styles.css?v=2" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
|
||||
</head>
|
||||
|
||||
@@ -494,7 +494,7 @@
|
||||
<span class="git-date" id="gitDate"></span>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
<script src="script.js?v=2"></script>
|
||||
<script>
|
||||
// Show/hide crawler settings based on checkbox
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
Reference in New Issue
Block a user