Skip to content

Instantly share code, notes, and snippets.

@llccing
Created April 17, 2024 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llccing/aba8fa55178aad452292e19a7f4fd466 to your computer and use it in GitHub Desktop.
Save llccing/aba8fa55178aad452292e19a7f4fd466 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<meta charset="UTF-8">
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to Xindamate.com!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<!-- 网站底部 -->
<footer>
<div class="container">
<p>© 2024 Xindamate. All rights reserved.</p>
<p>
<a href="http://www.beian.miit.gov.cn/" target="_blank">黑ICP备15007862号</a>
</p>
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment