- Modified index.html to include favicon, title, and linked assets for Vite app. - Added three new media files: LaguBangsaJohor.mp4, LaguNegaraku.mp4, and LaguTeoChew.mp4. - Created nameList.json containing the names of the first founders with their status. - Introduced demo/photoWall/v0/index.html for a dynamic carousel with background video and marquee text. - Added demo/photoWall/v1/index.html for a photo wall layout with responsive design. - Created demo/photoWall/v3/images.json and nameList.json for image and name data. - Implemented demo/photoWall/v3/index.html with Vue.js for an interactive photo wall experience.
15 lines
455 B
HTML
15 lines
455 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 type="module" crossorigin src="/20251116/assets/index-B7KJ4W4F.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/20251116/assets/index-BCuZh3Sz.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|