Implement default welcome page and allow custom URL /w config
counterpart to https://github.com/matrix-org/matrix-react-sdk/pull/922
This commit is contained in:
9
res/home.html
Normal file
9
res/home.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Riot - Home</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>Welcome to Riot</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user