Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
demo
nginx-demo
Commits
23a2eb82
Commit
23a2eb82
authored
Nov 21, 2023
by
BO ZHANG
🏀
Browse files
initial commit
parents
Pipeline
#1564
failed with stages
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
23a2eb82
FROM
nginx
COPY
html /usr/share/nginx/html
html/index.html
0 → 100644
View file @
23a2eb82
<!DOCTYPE html>
<html>
<head>
<title>
Sample Page
</title>
<style>
body
{
font-family
:
Arial
,
sans-serif
;
text-align
:
center
;
padding
:
50px
;
}
h1
{
color
:
#333
;
}
p
{
color
:
#666
;
}
</style>
</head>
<body>
<h1>
Welcome to My Demo Page
</h1>
<p>
This is a simple HTML file for demonstration purposes.
</p>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment