Remove most mentions of pmOS / make them optional

This commit is contained in:
Oliver Smith 2020-08-06 15:42:19 +02:00
parent 197aa05da3
commit c1eafe0f8f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
6 changed files with 68 additions and 66 deletions

57
src/homepage/head.html Normal file
View file

@ -0,0 +1,57 @@
<!doctype html>
<html>
<head>
<title>Welcome to Firefox on @DISTRO@</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
margin: 0;
padding: 0;
font-weight: normal;
color: #555;
}
h1 {
font-size: 1.8em;
margin-top: 40px;
text-align: center;
font-weight: bold;
}
h2 {
margin-top: 30px;
font-size: 1.5em;
}
p, ul{
margin-top:0;
line-height:180%;
}
a {
color:#009900;
background: #eeeeee;
border-bottom: 2px solid #009900;
text-decoration: none;
padding: 2px;
}
.distro-links {
text-align: center;
margin-top: 20px;
}
.text {
margin-top: 30px;
font-size: 1.0em;
}
.text a {
background: none;
text-decoration: underline;
border-bottom: none;
color: black;
padding: 0px;
}
</style>
</head>
<body>
<h1>
Welcome to Firefox on @DISTRO@
</h1>