main
This commit is contained in:
parent
0659ce6a9d
commit
c350521df8
1 changed files with 13 additions and 5 deletions
18
mains.html
18
mains.html
|
@ -27,22 +27,30 @@
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
background-color: rgb(142, 193, 218);
|
background-color: rgb(142, 193, 218);
|
||||||
}
|
}
|
||||||
p img {
|
h1 img {
|
||||||
float: left;
|
float: left;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
max-width: 128px;
|
max-width: 86px;
|
||||||
}
|
}
|
||||||
h2 {
|
@media(max-width:768px) {
|
||||||
|
h1 img {
|
||||||
|
width: 48px;
|
||||||
|
padding-top: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>pan.do/mains</h1>
|
<h1>
|
||||||
|
<img src="png/icon256.png">
|
||||||
|
pan.do/mains
|
||||||
|
</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<img src="png/icon256.png">
|
|
||||||
The Pad.ma/Pan.do/ra seeded archives and applications have grown roots, and we are happy to list them here. These include the stand alone pan.do/ra instances and also front-ended subsets of archives hosted in pad.ma.
|
The Pad.ma/Pan.do/ra seeded archives and applications have grown roots, and we are happy to list them here. These include the stand alone pan.do/ra instances and also front-ended subsets of archives hosted in pad.ma.
|
||||||
</p>
|
</p>
|
||||||
<h2>Standalone installations of <a href="https://pan.do/ra">pan.do/ra</a>:</h2>
|
<h2>Standalone installations of <a href="https://pan.do/ra">pan.do/ra</a>:</h2>
|
||||||
|
|
Loading…
Reference in a new issue