Add landing page
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 58s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 58s
This commit is contained in:
parent
97dc3ba751
commit
2bf7229252
10
src/main/resources/public/index.html
Normal file
10
src/main/resources/public/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>RESTfulMC</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>View the source <a href="https://git.rainnny.club/Rainnny/RESTfulMC">here</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user