-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (70 loc) · 4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!-- Location : /var/www/solidweb.me/somewhereelse/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<!--<base href="https://solidweb.me/"/>-->
<meta charset="utf-8"/>
<link integrity = "" rel="stylesheet" href="./style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
<meta name="author" content="Matthias Evering"/>
<meta name="editor" content="Nano 3.2"/>
<meta name="keywords" content="Solid, community solid server, css, webid, pod, solidweb.me, solidweb, Linked Data, Semantic Web, decentralization, W3C, meisdata"/>
<meta name="description" content="solidweb.me provides a Community Solid Server. The Server is compliant to the Solid Specifications as described in the Technical Reports by the project."/>
<link rel="icon" href="https://www.serverproject.de/favicon.ico" type="image/x-ico; charset=binary"/>
<title>solidweb.me</title>
<script defer="defer" src="/mashlib.min.js"></script>
</head>
<body class="index-page">
<div class="header">
<div class="header-left">
<a href="https://solidweb.me/"><img class="logo-img" src="./solidemblem_new.svg"></a>
</div>
<div class="header-center">
<h1 class="title">Welcome to Solid prototype</h1>
</div>
<div class="header-right" id="loginStatusArea"></div>
<!-- <input type="button" onclick="window.location.href='./index3.html'" value="Log in" style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #eef;">
<input type="button" onclick="window.location.href='/idp/register/'" value="#" style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #efe;">-->
<a href = "https://github.com/SolidOS/userguide"><img src="./qm.svg"></a>
</div>
<div class="container" id="prototype">
<h3 style="display:none" id="loggedIn" class="webId"></h3>
<div class="content">
<br />
<div>This is a community project.<br />
We provide a <a href = "https://communitysolidserver.github.io/CommunitySolidServer/latest/">Community Solid Server</a> in version <a href = "https://www.npmjs.com/package/@solid/community-server/v/7.1.5">7.1.5</a>, which is a secure storage, called Pod and a web identity, called WebId in the form <a href = "https://solidweb.me/testpro/profile/card#me">https://solidweb.me/testpro/profile/card#me</a>.
</div>
<br />
<div>
We are organized <a href = "https://www.w3.org/groups/cg/solid/">here</a> at the <a href = "https://www.w3.org/">W3C</a>.<br />
Our main entry point is <a href = "https://solidproject.org/">https://solidproject.org/</a>.
</div>
<br />
<div align = "center">
<a href = "https://forum.solidproject.org/">forum</a><br />
<a href = "https://github.com/solid/">github</a><br />
<a href = "https://solidproject.org/TR">spec</a><br />
<a href = "https://matrix.to/#/#solid_project:matrix.org">matrix</a><br />
<a href = "https://vimeo.com/solidworld">solid world</a><br />
<a href = "https://gitlab.com/solidweb.me/support">support</a><br />
<a href = "https://www.w3.org/groups/wg/lws/">WG</a><br />
<a href = "https://theodi.org">theODI</a><br />
<a href = "https://www.meisdata.io/">org</a><br />
<a href = "https://gist.github.com/ewingson/dbfee4d329c803aed0b0bd87e7a2fa00">howto</a><br />
<a href = "https://github.com/serverproject-dev/solidweb.me/blob/main/LICENSE">license</a><br />
<a href = "https://www.serverproject.de/files/solidweb_me_terms.txt">terms</a><br />
<a href = "https://solidproject.solidcommunity.net/catalog/">resources</a><br />
<a href = "https://jeff-zucker.github.io/specs2glossary/tech-glossary.html">glossary</a><br />
<a href = "https://github.com/serverproject-dev/solidweb.me">code</a>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<hr />
a project by <a href = "https://meisdata.io/">meisdata.io</a> 2025
</div>
</div> <!-- end content-->
</div> <!-- end container-->
<script src="/mashlib.js"></script>
<script src="/somewhereelse/button-helper.js"></script>
</body>
</html>