-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (112 loc) · 4.48 KB
/
index.html
File metadata and controls
123 lines (112 loc) · 4.48 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!-- Location : /var/www/html/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<!--<base href="https://teamid.live/"/>-->
<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="FeatherPad 1.4.1"/>
<meta name="keywords" content="Solid, pivot solid server, css fork, webid, pod, Linked Data, Semantic Web, decentralization, W3C, meisdata"/>
<meta name="description" content="teamid.live is a Solid Pod provider that follows the current specification in https://solidproject.org/TR/protocol"/>
<link rel="icon" href="https://www.serverproject.de/favicon.ico" type="image/x-ico; charset=binary"/>
<title>teamid.live</title>
<!-- not sure if needed -->
<!-- <script defer="defer" src="/mashlib.min.js"></script> -->
<style type="text/css" media="screen">
a
{
text-decoration-line: underline;
text-decoration-color: white;
}
.index-page {
background-color: #000000;
font-size: 1em;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #f8f8f8;
}
.index-page .header {
background-color: #f8f8f8;
box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
-webkit-box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
text-align: center !important;
color: #7C4DFF;
padding: 10px;
display: inline-flex;
width: 99%;
}
.index-page .header-left {
text-align: left;
margin-top: 0.67em;
width: 19%;
}
.index-page .header-center {
margin: auto;
}
@media screen and (max-width: 1000px) {
.header-right {
display: block !important;
}
}
.header-right {
display: inline-flex;
margin-top: 0.67em;
min-width: 19%;
}
.index-page .logo-img {
width: 50px;
}
.index-page .title {
color: #7C4DFF;
font-size: 2em;
line-height: 1em;
}
.index-page .logo {
color: #f8f8f8;
}
</style>
</head>
<body class="index-page" bgcolor = "black">
<div class="header">
<!-- <table width = "100%" bgcolor = "white"> -->
<div class="header-left">
<a href="https://teamid.live/"><img class="logo-img" src="https://www.serverproject.de/logo2.png"></a>
</div>
<div class="header-center">
<h1 class="title">teamid.live (Solid prototype)</h1>
</div>
<div class="header-right" id="loginStatusArea">
<div class="actions">
<a href="https://www.serverproject.de/solid/subscribe.php"><button type="submit" style="padding: 1em; border-radius:0.2em; font-size: 100%;margin: 0.75em 0 0.75em 0.5em !important; padding: 0.5em !important;background-color: #efe;">Sign up</button></a>
<a href="/.account/login/password/"><button id="login" type="submit" style="padding: 1em; border-radius:0.2em; font-size: 100%;margin: 0.75em 0 0.75em 0.5em !important; padding: 0.5em !important;background-color: #eef;">Log in</button></a>
</div>
</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="Sign up" style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #efe;">-->
<a href = "https://github.com/SolidOS/userguide"><img src="https://www.serverproject.de/pics/qm.svg"></a>
<!-- </table> -->
</div>
<div class="container" id="prototype">
<!-- <h3 style="display:none" id="loggedIn" class="webId"></h3> -->
<div class="content">
<div>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<div align = "center">This is <a href = "https://github.com/solid-contrib/pivot">Solid Pivot Server</a> 1.6.5 by <a href = "https://meisdata.io">meisdata.io</a></div>
<br />
<div align = "center"><a href = "https://solidos.github.io/mashlib/dist/browse.html">Databrowser</a></div>
<br /><br /><br />
<div align = "center"><a href = "https://www.serverproject.de/files/teamid_live_terms.txt">Impressum</a></div>
</div>
<br /><br /><br /><br /><br />
<div align = "right"><img src = "https://www.serverproject.de/june.png" width = "80" height = "80"></div>
</div> <!-- end content-->
</div> <!-- end container-->
<!-- not sure if needed -->
<script src="/mashlib.js"></script>
<!-- not needed
<script src="/button-helper.js"></script> -->
</body>
</html>