Skip to content

Commit 8a28461

Browse files
authored
Merge pull request #836 from solid/add-prototype-warning
Add warning that Solid is a prototype.
2 parents 7cd9106 + 84a9828 commit 8a28461

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

default-templates/server/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<h3>Welcome to Solid</h3>
11+
<h3>Welcome to the Solid Prototype</h3>
1212
</div>
1313
<div class="container">
1414
<div class="row">
1515
<div class="col-md-12">
1616
<p style="margin-top: 3em; margin-bottom: 3em;">
17-
If you have not already done so, please create an account.
17+
This is a prototype implementation of a Solid server.
18+
19+
It is a fully functional server, but there are no security or stability guarantees.
20+
21+
If you have not already done so, please create an account.
1822
</p>
1923
</div>
2024
</div>

0 commit comments

Comments
 (0)