We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0aacb commit 748bae7Copy full SHA for 748bae7
default-templates/new-account/index.html
@@ -18,6 +18,14 @@ <h3>Solid Homepage {{#if name}} of {{name}}{{/if}}</h3>
18
{{#if name}}{{name}}, whose WebID is{{else}}a user with WebID{{/if}}
19
<a href="{{webId}}">{{webId}}</a>.
20
</p>
21
+ <p>
22
+ We've added some things to get started:
23
+ </p>
24
+ <ul>
25
+ <li><a href="/profile/card">a public profile</a></li>
26
+ <li><a href="/inbox/">a private inbox</a> anybody can post to (log in to read messages)</li>
27
+ <li><a href="/public/">a public folder</a> where you can upload documents for anyone to see</li>
28
+ </ul>
29
</div>
30
31
0 commit comments