Files
leewinnie818/firebase-share/public/index.html
louiscklaw a1833c6795 update,
2025-02-01 02:03:24 +08:00

31 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<div style="padding: 1rem">
<h3>Excel to powerpoint automation</h3>
<div>
<div>
<a href="/fake-kos.html?EDM_goto=jobs-featured">add-pp7</a>
</div>
<div>
<a href="/fake-kos.html?EDM_goto=consultants-featured">goto consultants-featured</a>
</div>
<div>
<a href="/fake-kos.html?EDM_goto=our_brands">goto our_brands</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="scripts.js"></script>
<script>
console.log('hello from louiscklaw.github.io')
</script>
</body>
</html>