update,
This commit is contained in:
37
abcdesiihh/docker-share/app/public/index.html
Normal file
37
abcdesiihh/docker-share/app/public/index.html
Normal 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>
|
Reference in New Issue
Block a user