云计算课程实验
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Basic Page Needs
  5. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  6. <meta charset="utf-8">
  7. <title>Docker :)</title>
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <!-- Mobile Specific Metas
  11. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13. <!-- FONT
  14. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  15. <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
  16. <!-- CSS
  17. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  18. <link rel="stylesheet" href="../css/normalize.css">
  19. <link rel="stylesheet" href="../css/skeleton.css">
  20. <!-- Favicon
  21. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  22. <link rel="icon" type="image/png" href="../images/favicon.png">
  23. </head>
  24. <body>
  25. <!-- Primary Page Layout
  26. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  27. <div class="container">
  28. <div class="row">
  29. <div class="one-half column" style="margin-top: 25%">
  30. <h4>Hello Docker!</h4>
  31. <p>This is being served from a <strong>docker</strong> container running Nginx.</p>
  32. <p>my id is xxxx,my name is xxx</p>
  33. </div>
  34. </div>
  35. </div>
  36. <!-- End Document
  37. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  38. </body>
  39. </html>