This commit is contained in:
louiscklaw
2025-01-31 19:19:02 +08:00
parent b97a785103
commit cd17b58401
59 changed files with 25113 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="//cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
crossorigin="anonymous"
/>
<title>abcdesiihh</title>
</head>
<body>
<div style="
display: flex; flex-direction: column;
justify-content: center;align-items: center;">
<div>
<h2>helloworld demo</h2>
<div>
<div>helloworld demo</div>
<a href="//www.google.com">www.google.com</a>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src="//cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"
></script>
</body>
</html>