fedicharter/index.html
2023-10-20 04:39:56 +02:00

40 lines
657 B
HTML

<!DOCTYPE html>
<style>
body {
color: #eeeeee;
background-color: #111111;
font-family: monospace;
}
h1 {
color: #bf616a;
}
input[type="text"] {
color: #bf616a;
background-color: #111111;
border: solid;
border-width: 1px;
outline: none;
font-family: monospace;
}
input[type="submit"] {
border: 0;
background: #111111;
box-shadow: none;
border: solid;
border-width: 1px;
color: #bf616a;
margin: 5px;
padding-top: 2px;
padding-bottom: 3px;
cursor: pointer;
}
</style>
<html>
<head>
</head>
<body>
<h1>fediverse navigator</h1>
<h3>heavily under construction</h3>
<div id="#app"></div>
</body>
</html>