Sign in
运维管理账户
/
gittest01
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
571332803845de2336de9f5fb2df5ab455546334
Authored by
liunatest
2018-11-08 20:07:48 +0800
1 parent
098568ef
init
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
index.html
index.html
0 → 100644
View file @
5713328
1
+<html>
2
+ <head>
3
+ <title>Demo</title>
4
+ </head>
5
+ <body>
6
+ <h1>hello world!</h1>
7
+ </body>
8
+</html>
...
...