fedicharter/index.html

41 lines
657 B
HTML
Raw Normal View History

2023-10-20 04:21:48 +02:00
<!DOCTYPE html>
2023-10-20 04:39:56 +02:00
<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>
2023-10-20 04:21:48 +02:00
<head>
</head>
<body>
2023-10-20 04:39:56 +02:00
<h1>fediverse navigator</h1>
<h3>heavily under construction</h3>
<div id="#app"></div>
2023-10-20 04:21:48 +02:00
</body>
</html>