Created
April 17, 2024 07:04
-
-
Save llccing/aba8fa55178aad452292e19a7f4fd466 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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