Update welcome message to include SVN repositories

- Modify welcome.html to mention both Git and SVN repository folders.
This commit is contained in:
bobo.yang 2023-06-13 11:26:32 +08:00
parent e65bef0633
commit 8ccf73b9bb

View File

@ -16,6 +16,6 @@
<body> <body>
<h1>Welcome to DevChat!</h1> <h1>Welcome to DevChat!</h1>
<p>Together, let's craft amazing code and documentation!</p> <p>Together, let's craft amazing code and documentation!</p>
<p>To start, kindly open a Git repository folder and let's chat!</p> <p>To start, kindly open a Git or SVN repository folder and let's chat!</p>
</body> </body>
</html> </html>