Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
a22abdeaa6 | |||
14a0b3b276 | |||
20da49866f |
3 changed files with 105 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>Pub Solar</title>
|
||||
<link rel="shortcut icon" href="/assets/pubsolar.svg" />
|
||||
<meta name="theme-color" content="#000000" id="theme-color" />
|
||||
<meta name="description" content="Fucking free">
|
||||
<meta name="description" content="pub.solar wants you to have control of your data and privacy. We host Matrix, Nextcloud, and Mastodon for you to use.">
|
||||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
|
||||
<link rel="stylesheet" type="text/css" href="/style.css?1" media="all" />
|
||||
</head>
|
||||
|
|
101
hakken.html
Normal file
101
hakken.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -2,10 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Pub Solar</title>
|
||||
<title>pub.solar</title>
|
||||
<link rel="shortcut icon" href="/assets/pubsolar.svg" />
|
||||
<meta name="theme-color" content="#000000" id="theme-color" />
|
||||
<meta name="description" content="Fucking free">
|
||||
<meta name="description" content="pub.solar wants you to have control of your data and privacy. We host Matrix, Nextcloud, and Mastodon for you to use.">
|
||||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
|
||||
<link rel="stylesheet" type="text/css" href="/style.css?1" media="all" />
|
||||
</head>
|
||||
|
@ -22,6 +22,7 @@
|
|||
<a href="https://chat.pub.solar/" target="_blank" class="ps-page--link">Matrix</a>
|
||||
<a href="https://mastodon.pub.solar/" target="_blank" class="ps-page--link">Mastodon</a>
|
||||
<a href="https://cloud.pub.solar/" target="_blank" class="ps-page--link">Nextcloud</a>
|
||||
<a href="./hakken" class="ps-page--link">hakken.irl</a>
|
||||
<a href="./about" class="ps-page--link">About</a>
|
||||
<a href="./about" class="ps-page--link">Imprint</a>
|
||||
<a href="./privacy" class="ps-page--link">Privacy policy</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue