Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions default-templates/server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
</head>
<body>
<div class="container">
<h3>Welcome to Solid</h3>
<h3>Welcome to the Solid Prototype</h3>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<p style="margin-top: 3em; margin-bottom: 3em;">
If you have not already done so, please create an account.
This is a prototype implementation of a Solid server.

It is a fully functional server, but there are no security or stability guarantees.

If you have not already done so, please create an account.
</p>
</div>
</div>
Expand Down