This commit introduces new functionality to enhance user interaction and provide usage insights. - Adds a new analytics script (`/analysis.js`) to the `index.html` file for tracking purposes. - Implements keyboard controls for media elements: - The 'p' key can now be used to play or pause the background video. - The spacebar now toggles the automatic advancement of the image carousel.
17 lines
497 B
HTML
17 lines
497 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/20251116/favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Vite App</title>
|
|
|
|
<script src="/analysis.js"></script>
|
|
<script type="module" crossorigin src="/20251116/assets/index-X6IINYkS.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/20251116/assets/index-By-5jSLO.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|